Skip to content

Commit

Permalink
Merge branch 'sidebarStyling' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Jan 3, 2025
2 parents d5669ba + ca6acfa commit d7d0557
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 110 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const Header = forwardRef<
<nav className="hidden md:block">
<ul role="list" className="flex items-center gap-8">
<TopLevelNavItem href="/">Home</TopLevelNavItem>
<TopLevelNavItem href="https://whitepaper.arweave.net/" target='_blank'>White Paper</TopLevelNavItem>
{/* <TopLevelNavItem href="https://whitepaper.arweave.net/" target='_blank'>White Paper</TopLevelNavItem> */}
<TopLevelNavItem href="/learn/introduction">Learn</TopLevelNavItem>
<TopLevelNavItem href="/build/ar-io-sdk">Build</TopLevelNavItem>
<TopLevelNavItem href="/community-resources">
Expand Down
Loading

0 comments on commit d7d0557

Please sign in to comment.