Skip to content

Commit

Permalink
feat: add data
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Jan 25, 2023
1 parent 59098f7 commit cc7e5c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/components/Aside/LinkList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defineProps({
<template>
<div display="block" class="">
<div class="bg-[#ffffff]">
<ul class="flex flex-col gap-3 items-center">
<ul class=" flex-col gap-3 items-center flex">
<li v-for="i in links" :key="i.url" class="h-[100%] w-[100%]">
<nuxt-link
:to="i.url"
Expand Down
3 changes: 2 additions & 1 deletion frontend/components/Aside/SuspensionPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ const to_top = () => {
</div>
</template>

<style scoped></style>
<style scoped>
</style>

0 comments on commit cc7e5c9

Please sign in to comment.