Move styles into Vite

Make sidebar work better
This commit is contained in:
jude
2024-02-25 09:50:10 +00:00
parent 6254f91841
commit 5f6326179c
13 changed files with 1286 additions and 709 deletions

View File

@ -22,10 +22,9 @@ export const GuildEntry = ({ guild }: Props) => {
data-name={guild.name}
href={`/${guild.id}/reminders`}
>
<span class="icon">
<i class="fas fa-map-pin"></i>
</span>{" "}
<span class="guild-name">{guild.name}</span>
<>
<span class="guild-name">{guild.name}</span>
</>
</Link>
</li>
);