Skip to content

Commit a11ca1a

Browse files
committed
chore: Remove release link to keep it simple
1 parent 5e45497 commit a11ca1a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

web/app/src/App.vue

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,7 @@
100100
<div class="container mx-auto px-4 py-6 max-w-7xl">
101101
<div class="flex flex-col items-center gap-4">
102102
<div class="text-sm text-muted-foreground text-center">
103-
Powered by <a href="https://gatus.io" target="_blank" class="font-medium text-emerald-800 hover:text-emerald-600">Gatus</a>
104-
<a v-if="buildVersion" :href="releaseLink" target="_blank">
105-
&nbsp;{{ buildVersion }}
106-
</a>
103+
Powered by <a href="https://gatus.io" target="_blank" class="font-medium text-emerald-800 hover:text-emerald-600">Gatus </a> {{ buildVersion ? ` ${buildVersion} ` : '' }}
107104
</div>
108105
<Social />
109106
</div>
@@ -182,10 +179,6 @@ const tooltipIsPersistent = ref(false)
182179
let configInterval = null
183180
184181
// Computed properties
185-
const releaseLink = computed(() => {
186-
return 'https://github.com/TwiN/gatus/releases/' + (buildVersion.value ? `tag/${buildVersion.value}` : '')
187-
})
188-
189182
const logo = computed(() => {
190183
return window.config && window.config.logo && window.config.logo !== '{{ .UI.Logo }}' ? window.config.logo : ""
191184
})

0 commit comments

Comments
 (0)