update breadcrumbs component link to point to repo

This commit is contained in:
Kiril Videlov 2023-06-28 16:06:39 +02:00 committed by Kiril Videlov
parent bc11075b1b
commit 48128bf597

View File

@ -13,7 +13,7 @@
<a
class="button flex items-center px-3"
class:active={window.location.pathname.includes(`/projects/${project.id}`)}
href="/projects/{project.id}"
href="/repo/{project.id}"
title="{project.title} home"
>
{project.title}