Aevann 2024-04-10 14:02:29 +02:00
parent 6ab3043b2e
commit 844f3e4e17
2 changed files with 5 additions and 4 deletions

View File

@ -226,6 +226,7 @@
.fa-memo:before{content:"\e1d8"}
.fa-file-pen:before{content:"\f31c"}
.fa-pen:before{content:"\f304"}
.fa-newspaper:before{content:"\f1ea"}
/* do not remove - fixes hand, talking, marsey-love components
from breaking out of the comment box

View File

@ -352,9 +352,9 @@
<div class="px-2">
<a class="dropdown-item" href="{{v.url}}"><i class="fas fa-user-circle fa-fw mr-3"></i>My Wall</a>
<a class="dropdown-item" href="{{v.url}}/posts"><i class="fas fa-user-circle fa-fw mr-3"></i>My Posts</a>
<a class="dropdown-item" href="{{v.url}}/posts"><i class="fas fa-newspaper fa-fw mr-3"></i>My Posts</a>
<a class="dropdown-item" href="{{v.url}}/comments"><i class="fas fa-user-circle fa-fw mr-3"></i>My Comments</a>
<a class="dropdown-item" href="{{v.url}}/comments"><i class="fas fa-comment-dots fa-fw mr-3"></i>My Comments</a>
<a class="dropdown-item" href="/settings/personal"><i class="fas fa-cog fa-fw mr-3"></i>Settings</a>
@ -436,12 +436,12 @@
</li>
<li class="nav-item">
<a class="nav-link" href="{{v.url}}/posts"><i class="fas fa-user-circle fa-fw mr-3"></i>My Posts
<a class="nav-link" href="{{v.url}}/posts"><i class="fas fa-newspaper fa-fw mr-3"></i>My Posts
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{v.url}}/comments"><i class="fas fa-user-circle fa-fw mr-3"></i>My Comments
<a class="nav-link" href="{{v.url}}/comments"><i class="fas fa-comment-dots fa-fw mr-3"></i>My Comments
</a>
</li>