Skip to content

Commit

Permalink
fix/project url
Browse files Browse the repository at this point in the history
  • Loading branch information
psiddharthdesign committed Jul 30, 2024
1 parent 215f70f commit 4c291f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default async function ProjectNavbar({ params }: { params: unknown }) {
<Link href={`/project/${project.id}`}>
<span className="flex items-center space-x-2">
<Suspense fallback={<Skeleton className="w-16 h-6" />}>
<Title projectId={project.id} />
<Title projectId={project.slug} />
</Suspense>
</span>
</Link>
Expand Down

0 comments on commit 4c291f7

Please sign in to comment.