Skip to content

Commit

Permalink
chore: remove nav links (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarmb authored Oct 24, 2024
1 parent 4d51865 commit 4cf0b8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
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

0 comments on commit 4cf0b8d

Please sign in to comment.