Skip to content

Commit caf3f10

Browse files
committed
Make title clickable
1 parent 1d4442d commit caf3f10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/App.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ function closeModal(name: string) {
7171
</button>
7272
</div>
7373

74-
<div class="app-header__title">Gradle</div>
74+
<a href="/" class="app-header__title">
75+
Gradle
76+
</a>
7577

7678
<div class="app-header__buttons right">
7779
<button class="app-header__button" @click="openModal('history')">
@@ -403,6 +405,7 @@ function closeModal(name: string) {
403405
margin-left: auto;
404406
margin-right: auto;
405407
white-space: nowrap;
408+
text-decoration: none;
406409
}
407410
408411
.app-header__menu {

0 commit comments

Comments
 (0)