Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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