Skip to content

Commit 74402bf

Browse files
authored
Add lfx footer (#97)
Signed-off-by: Gašper Grom <gasper.grom@gmail.com>
1 parent 2344fa0 commit 74402bf

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

frontend/app/layouts/default.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<lfx-navbar />
44
<slot />
55
<lfx-toast theme="dark" />
6+
<lfx-footer class="px-10 mx-auto max-w-3xl pb-6 pt-6" />
67
</main>
78
</template>
89
<script setup lang="ts">
910
import LfxNavbar from '~/components/shared/layout/navbar.vue';
1011
import LfxToast from '~/components/uikit/toast/toast.vue';
12+
import '@linuxfoundation/lfx-ui-core';
1113
</script>

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"storybook:build": "storybook build"
1717
},
1818
"dependencies": {
19+
"@linuxfoundation/lfx-ui-core": "^0.0.12",
1920
"@nuxt/eslint": "^0.7.5",
2021
"@pinia/nuxt": "0.9.0",
2122
"@primevue/themes": "^4.2.5",

frontend/pnpm-lock.yaml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)