Skip to content

Commit f12cf93

Browse files
committed
reorganize
1 parent 5b0a8a2 commit f12cf93

File tree

4 files changed

+4
-1132
lines changed

4 files changed

+4
-1132
lines changed

lib/algora_web/components/header.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ defmodule AlgoraWeb.Components.Header do
88
defp nav_links do
99
[
1010
%{name: "Bounties", path: ~p"/bounties"},
11-
%{name: "Projects", path: ~p"/projects"},
12-
%{name: "Community", path: ~p"/community"},
13-
%{name: "Customers", path: ~p"/customers"},
11+
%{name: "Testimonials", path: ~p"/testimonials"},
1412
%{name: "Crowdfund", path: ~p"/crowdfund"},
1513
%{name: "Pricing", path: ~p"/pricing"}
1614
]

0 commit comments

Comments
 (0)