Fixing Side menu Space between Logo and subscription

This commit is contained in:
PascalMarchesseault
2024-10-06 11:00:57 -04:00
parent e5340ff843
commit 8f1cb606b3

View File

@@ -49,7 +49,7 @@ initializeLocale();
</div>
<!-- SUBSCRIPTION SECTION -->
<div class="flex-grow px-4">
<div class="flex-grow px-4 mt-4">
<template v-if="authStore.isAuthenticated">
<div class="font-bold"> {{ $t('sidebar.subscriptionTitle') }}</div>
<!-- SUBSCRIPTION LIST -->