Skip to content

Commit

Permalink
add nav bar changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBenediktBusch committed Jun 26, 2024
1 parent 19dddaf commit 4223854
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/berlin/src/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ function Header() {
);
})}
<NavButton to={`/events/${events?.[0].id}/register`} $color="secondary">
My proposals
My Artefacts
</NavButton>
<NavButton to={`/events/${events?.[0].id}/cycles`} $color="secondary">
Agenda
Vote
</NavButton>
</>
)}
Expand Down Expand Up @@ -182,10 +182,10 @@ function Header() {
);
})}
<NavButton to={`/events/${events?.[0].id}/register`} $color="secondary">
My proposals
My Artefacts
</NavButton>
<NavButton to={`/events/${events?.[0].id}/cycles`} $color="secondary">
Agenda
Vote
</NavButton>
</>
)}
Expand Down
4 changes: 2 additions & 2 deletions packages/berlin/src/data/header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const header = {
src: '/logos/logo.png',
alt: 'Plural Research Experiment logo, a prism with an incoming light beam and a rainbow',
},
title: 'Plural Research Experiment',
subtitle: 'An experiment in collective intelligence and innovation',
title: 'Protocol Worlds',
subtitle: 'Edge Esmeralda',
};

export default header;

0 comments on commit 4223854

Please sign in to comment.