refactor: drop Setup suffix for setup components

This commit is contained in:
Daniel Roe 2022-11-25 16:08:30 +00:00
parent fded94c93d
commit f165eebed3
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55
9 changed files with 26 additions and 9 deletions

View file

@ -8,6 +8,6 @@ defineProps<{
<template>
<NuxtLink :to="getAccountPath(account)">
<ContentRichSetup font-bold :content="getDisplayName(account)" :emojis="account.emojis" />
<ContentRich font-bold :content="getDisplayName(account)" :emojis="account.emojis" />
</NuxtLink>
</template>