Fix link to overview
All checks were successful
Deploy Spot / deploy (push) Successful in 34s

This commit is contained in:
2026-05-28 18:29:03 +02:00
parent 980035e3d1
commit 319c288586
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ export default {
},
'hash.items.0'(newProjectCodename, oldProjectCodename) { //hash.items.0 = Project Code Name
if(newProjectCodename != oldProjectCodename) {
this.hash.items = [newProjectCodename];
this.hash.items = [newProjectCodename]; //Force removal of direct link
this.settings.toggle(false, 0);
this.init();
}

View File

@@ -77,7 +77,7 @@ export default {
<div id="settings" class="panel panel-left">
<div id="settings-panel" class="panel-content">
<div class="settings-header settings-box">
<img src="images/icons/favicon.svg" class="logo-icon clickable" @click="hash.items = ['project']" />
<img src="images/icons/favicon.svg" class="logo-icon clickable" :title="lang.get('project.overview')" @click="hash.items = []" />
<img src="images/logo_title.svg" class="logo-title" :alt="consts.title" />
<div class="last_update" v-if="project?.mode == consts.modes.blog && lastUpdate.unix_time > 0" :title="lastUpdate.formatted_time">
<SpotIcon icon="find-me-spot" :text="lang.get('feed.last_update')+' '+lastUpdate.relative_time" />