first merge to main 🚀 #71

Manually merged
philipp merged 491 commits from dev into main 2021-02-19 17:03:06 +00:00
Showing only changes of commit 44029c812e - Show all commits

View File

@ -152,6 +152,7 @@
</a> </a>
<div> <div>
<div <div
tabindex="0"
class:bg-gray-100={activePage === 'blub'} class:bg-gray-100={activePage === 'blub'}
class="flex items-center justify-between px-4 py-3 transition cursor-pointer group hover:bg-gray-100 hover:text-gray-900" class="flex items-center justify-between px-4 py-3 transition cursor-pointer group hover:bg-gray-100 hover:text-gray-900"
role="button" role="button"
@ -259,6 +260,7 @@
<span>{$_('about')}</span> <span>{$_('about')}</span>
</a> </a>
<span <span
tabindex="0"
class="flex items-center px-4 py-3 transition cursor-pointer group hover:bg-gray-100 hover:text-gray-900" class="flex items-center px-4 py-3 transition cursor-pointer group hover:bg-gray-100 hover:text-gray-900"
on:click={() => { on:click={() => {
logout(); logout();