feat: styling login page

This commit is contained in:
Sonny
2024-05-19 14:57:25 +02:00
committed by Sonny
parent 25d70f2faf
commit 2ba0eccc9f
18 changed files with 222 additions and 15 deletions

View File

@@ -52,6 +52,9 @@ export default function SideNavigation() {
<AddButton href={route('collection.create-form').url}>
<AiOutlineFolderAdd /> {t('collection.create')}
</AddButton>
<Item>
<AiOutlineFolderAdd /> Archives
</Item>
</div>
<FavoriteList />
</SideMenu>