Skip to content

Commit

Permalink
feat: add community validator link to lp
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSDR committed Oct 18, 2024
1 parent 792b4bf commit 27ece31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/commune-page/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default function RootLayout({
logoSrc="/logo.svg"
navigationLinks={[
{ name: "Governance", href: links.governance, external: true },
{ name: "Community Validator", href: links.validator, external: true },
{ name: "Docs", href: links.docs, external: false },
{ name: "Blog", href: links.blog, external: true },
{ name: "Wallet", href: links.wallet, external: true },
Expand Down
3 changes: 2 additions & 1 deletion packages/ui/src/data.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const links = {
about: "/about",
docs: "/docs/getting-started/intro",
docs: "https://communeai.org/docs/getting-started/intro",

blog: "https://mirror.xyz/0xD80E194aBe2d8084fAecCFfd72877e63F5822Fc5",
discord: "https://discord.com/invite/A8JGkZ9Dmm",
Expand All @@ -10,6 +10,7 @@ export const links = {

explorer: "https://stats.communex.ai/",
governance: "https://governance.communeai.org/",
validator: "https://validator.communeai.org/",
landing_page: "https://communeai.org/",
wallet: "https://wallet.communeai.org/",
};
Expand Down

0 comments on commit 27ece31

Please sign in to comment.