Skip to content

Commit

Permalink
Rework store
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien LeBlanc committed Oct 6, 2023
1 parent 3ce06df commit 1775499
Show file tree
Hide file tree
Showing 16 changed files with 142 additions and 141 deletions.
7 changes: 3 additions & 4 deletions src/app.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<template>
<AppHeader />
<main class="min-h-screen pt-16 flex">
<NuxtLayout>
<NuxtPage />
</main>
</NuxtLayout>
</template>

<script lang="ts" setup>
Expand All @@ -23,7 +22,7 @@ useHead({
{
rel: 'manifest',
href: '/neobigben/manifest.json',
}
},
],
bodyAttrs: {
class: 'antialiased overflow-x-clip text-gray-700 leading-normal bg-white dark:bg-gray-900 dark:text-gray-300',
Expand Down
15 changes: 6 additions & 9 deletions src/assets/svg/computer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions src/assets/svg/language.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 6 additions & 7 deletions src/assets/svg/logout.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1775499

Please sign in to comment.