mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-23 22:50:46 +00:00
Merge pull request #5684 from maco/settings_link
add settings link in dropdown menu
This commit is contained in:
commit
9c515bb213
1 changed files with 7 additions and 0 deletions
|
@ -274,6 +274,13 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<router-link class="nav-link" to="/settings/home">
|
||||
<span class="icon text-lighter"><i class="fa-cog"></i></span>
|
||||
{{ $t('navmenu.settings') }}
|
||||
</router-link>
|
||||
</li>
|
||||
|
||||
<!-- <li class="nav-item">
|
||||
<router-link class="nav-link d-flex justify-content-between align-items-center" to="/i/web/notifications">
|
||||
<span>
|
||||
|
|
Loading…
Reference in a new issue