File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 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-   ; {{ 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)
182179let 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-
189182const logo = computed (() => {
190183 return window .config && window .config .logo && window .config .logo !== ' {{ .UI.Logo }}' ? window .config .logo : " "
191184})
You can’t perform that action at this time.
0 commit comments