Skip to content

Commit

Permalink
Add "Leopard" title to navigation on project page
Browse files Browse the repository at this point in the history
  • Loading branch information
PullJosh committed Jul 5, 2024
1 parent 9898c65 commit af89dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/projects/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default async function ProjectPage({
return (
<>
<TopBorder />
<Nav>
<Nav title="Leopard">
<NavSpace />
{project.owner === null && (
<NavAnonymousProjectWarning
Expand Down

0 comments on commit af89dc8

Please sign in to comment.