master
kek7198 2022-01-03 21:13:27 -06:00
parent f66c632719
commit ce58da2736
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
<!-- Post Creation -->
<a href="{{ '/submit' if v else '/signup?redirect={{request.path | urlencode}}' }}" class="bg-transparent p-1 rounded-full text-gray-400 hover:text-gray-300 dark:text-gray-500 dark:hover:text-gray-400 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-white">
<span class="sr-only">Submit post</span>
<i class="fas fa-plus fa-fw"></i>
<i class="fas fa-pencil fa-fw"></i>
</a>
<!-- Not logged in -->
{% else %}