Skip to content

Commit 2107804

Browse files
committed
update landing pages
1 parent 128ccab commit 2107804

File tree

5 files changed

+2607
-2510
lines changed

5 files changed

+2607
-2510
lines changed

lib/algora_web/components/header.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ defmodule AlgoraWeb.Components.Header do
77

88
defp nav_links do
99
[
10-
%{name: "Bounties", path: ~p"/bounties"},
11-
%{name: "Jobs", path: ~p"/jobs"},
12-
%{name: "Testimonials", path: ~p"/testimonials"},
10+
%{name: "Community", path: ~p"/community"},
1311
%{name: "Docs", path: ~p"/docs"},
1412
%{name: "Pricing", path: ~p"/pricing"}
1513
]

0 commit comments

Comments
 (0)