Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

chore: remove nav links #292

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Banner = () => {
<S.Banner>
<S.BannerText>
<b>Disclaimer:</b> The Kardinal project is no longer maintained. The
archived source code is still available on{" "}
archived source code is available on{" "}
<a
style={{ textDecoration: "underline" }}
href="https://github.com/kurtosis-tech/kardinal"
Expand Down
16 changes: 0 additions & 16 deletions website/components/Nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,6 @@ const NavLinksAndButton = () => {
>
GitHub
</S.NavLink>
<S.NavLink
href={"https://discuss.kardinal.dev"}
onClick={() =>
analytics.track("BUTTON_CLICK", { analyticsId: "link_nav_forum" })
}
>
Forum
</S.NavLink>
<S.NavLink
href={"https://blog.kardinal.dev"}
onClick={() =>
analytics.track("BUTTON_CLICK", { analyticsId: "link_nav_blog" })
}
>
Blog
</S.NavLink>
<S.PlaygroundButton
analyticsId="button_nav_playground"
href="https://github.com/kurtosis-tech/kardinal-playground"
Expand Down