mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +08:00
Merge pull request #6967 from G-Chubinidze/gc_SCI_9986_v2
Add "Settings" link to Notifications modal [SCI-9986]
This commit is contained in:
commit
cc29759dd9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<div class="sci--navigation--notificaitons-flyout">
|
||||
<div class="sci--navigation--notificaitons-flyout-title">
|
||||
{{ i18n.t('nav.notifications.title') }}
|
||||
<a class="ml-auto cursor-pointer" :href="this.preferencesUrl" :title="i18n.t('nav.settings')">
|
||||
<a class="ml-auto cursor-pointer font-normal" :href="this.preferencesUrl" :title="i18n.t('nav.settings')">
|
||||
{{ i18n.t('nav.settings') }}
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue