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

Commit

Permalink
(fix) shorten navbar titles for better fit
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 committed Apr 11, 2024
1 parent 9e87899 commit 52c9087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ export const menuLinks: HeaderMenuLink[] = [
href: "/",
},
{
label: "🖥️ Nillion Blind Computation Demo",
label: "🖥️ Blind Computation",
href: "/nillion-compute",
},
{
label: "🎯 Nillion Hello World",
label: "🎯 Hello World",
href: "/nillion-hello-world",
},
{
label: "✅ Nillion Hello World Demo",
label: "✅ Hello World",
href: "/nillion-hello-world-complete",
},
{
Expand Down

0 comments on commit 52c9087

Please sign in to comment.