Skip to content

Commit 7143f84

Browse files
committed
Replace Chakra link with tw equiv
1 parent 077bbc6 commit 7143f84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/UpcomingEventsList.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import type { CommunityConference, Lang } from "@/lib/types"
77

88
import EventCard from "@/components/EventCard"
99
import InfoBanner from "@/components/InfoBanner"
10-
import InlineLink from "@/components/Link"
1110
import { Button } from "@/components/ui/buttons/Button"
11+
import Link from "@/components/ui/Link"
1212

1313
import { trackCustomEvent } from "@/lib/utils/matomo"
1414
import { getLocaleTimestamp } from "@/lib/utils/time"
@@ -96,9 +96,9 @@ const UpcomingEventsList = () => {
9696
return (
9797
<InfoBanner emoji=":information_source:">
9898
{t("page-community-upcoming-events-no-events")}{" "}
99-
<InlineLink href="https://github.com/ethereum/ethereum-org-website/blob/dev/src/data/community-events.json">
99+
<Link href="https://github.com/ethereum/ethereum-org-website/blob/dev/src/data/community-events.json">
100100
{t("page-community-please-add-to-page")}
101-
</InlineLink>
101+
</Link>
102102
</InfoBanner>
103103
)
104104
}

0 commit comments

Comments
 (0)