This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user