Skip to content

Commit

Permalink
Merge pull request #143 from I-GUIDE/develop
Browse files Browse the repository at this point in the history
fix empty state missalignment
  • Loading branch information
Maurier authored May 13, 2024
2 parents da92867 + 2d159ae commit d984028
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/components/submissions/cd.submissions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,10 @@
</div>
<div v-else class="text-body-2 text-center mt-8 d-flex flex-column">
<template v-if="!submissions.length">
<v-icon style="font-size: 6rem" class="mb-4"
>mdi-text-box-remove</v-icon
>
You have not created any submissions yet
<v-empty-state
text="You have not created any submissions yet"
icon="mdi-text-box-remove"
/>
</template>
<template v-if="!isLoggedIn">
You need to log in to view this page
Expand Down

0 comments on commit d984028

Please sign in to comment.