Skip to content

Commit e66bdbb

Browse files
refactor(layouts/static): apply custom ShadCN link
1 parent 7ab3555 commit e66bdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Static.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import GlossaryDefinition from "@/components/Glossary/GlossaryDefinition"
1414
import GlossaryTooltip from "@/components/Glossary/GlossaryTooltip"
1515
import { HubHero } from "@/components/Hero"
1616
import NetworkUpgradeSummary from "@/components/History/NetworkUpgradeSummary"
17-
import Link from "@/components/Link"
1817
import Logo from "@/components/Logo"
1918
import MainArticle from "@/components/MainArticle"
2019
import MatomoOptOut from "@/components/MatomoOptOut"
@@ -31,6 +30,7 @@ import { TranslatathonBanner } from "@/components/Translatathon/TranslatathonBan
3130
import Translation from "@/components/Translation"
3231
import TranslationChartImage from "@/components/TranslationChartImage"
3332
import { Flex, Stack } from "@/components/ui/flex"
33+
import Link from "@/components/ui/Link"
3434
import UpcomingEventsList from "@/components/UpcomingEventsList"
3535

3636
import { getEditPath } from "@/lib/utils/editPath"

0 commit comments

Comments
 (0)