Skip to content

Commit

Permalink
feat: update navbar and featured projects
Browse files Browse the repository at this point in the history
  • Loading branch information
RPDeshaies committed May 12, 2023
1 parent 7975b39 commit 74cdc5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/(components)/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ export function Navbar() {
align="center"
spacing={4}
>
<Text fontWeight="bold">⚔️ NEWS ⚔️</Text>
<Text>Cairn is now on Fari Community!</Text>
<Text fontWeight="bold">🏙 NEWS 🏙</Text>
<Text>Mark of the Odd is now on Fari Community!</Text>
</Stack>
<Button
size="sm"
colorScheme="brand"
as={Link}
href="/creators/yochai-gal/projects/cairn"
href="/creators/bastionland-press/projects/mark-of-the-odd"
>
Learn more
</Button>
Expand Down
2 changes: 2 additions & 0 deletions app/(domains)/creators/CreatorsProjectsSorter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ export const CreatorsProjectSorter = {
"grove system",
"harmony drive",
"hints and hijinx",
"mark-of-the-odd",
"cairn",
];
const currentDateOfTheMonth = new Date().getDate();
const shuffledFariRecommendedProjects = shuffleWithSeed(
Expand Down

0 comments on commit 74cdc5d

Please sign in to comment.