feat: remove title as link

This commit is contained in:
Julien Calixte
2025-07-09 23:16:03 +02:00
parent 06ed2e4223
commit 71b548a0a0

View File

@@ -96,7 +96,7 @@ onUnmounted(() => {
<div class="note readme"> <div class="note readme">
<header-note v-if="withHeader" class="header" :user="user" :repo="repo" /> <header-note v-if="withHeader" class="header" :user="user" :repo="repo" />
<div class="repo-title-breadcrumb"> <div class="repo-title-breadcrumb">
<a :href="route.path">{{ repo }}</a> {{ repo }}
</div> </div>
<div class="repo-title"> <div class="repo-title">
<div class="repo-header"> <div class="repo-header">