feat: remove link to header

This commit is contained in:
Julien Calixte
2025-07-10 00:16:25 +02:00
parent 1fc80bdf87
commit 2873f9eef3

View File

@@ -105,7 +105,7 @@ onUnmounted(() => {
<div class="repo-title"> <div class="repo-title">
<div class="repo-header"> <div class="repo-header">
<h1 class="heading-1"> <h1 class="heading-1">
<a :href="route.path">{{ repo }}</a> {{ repo }}
</h1> </h1>
{{ user }} {{ user }}
</div> </div>