feat: rename some occurrences of guild back to server
This commit is contained in:
parent
4eeb3a8c2a
commit
aa710e0a4d
6 changed files with 14 additions and 14 deletions
|
@ -10,8 +10,8 @@
|
|||
<NuxtLink id="home-button" href="/">
|
||||
<Icon name="lucide:house" class="white" size="2rem" />
|
||||
</NuxtLink>
|
||||
<div id="guilds-list">
|
||||
<NuxtLink v-for="guild of guilds" :href="`/guilds/${guild.uuid}`">
|
||||
<div id="servers-list">
|
||||
<NuxtLink v-for="guild of guilds" :href="`/servers/${guild.uuid}`">
|
||||
<Icon name="lucide:server" class="white" size="2rem" />
|
||||
</NuxtLink>
|
||||
</div>
|
||||
|
@ -169,7 +169,7 @@ const members = [
|
|||
padding-bottom: 1dvh;
|
||||
}
|
||||
|
||||
#guilds-list {
|
||||
#servers-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1dvh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue