Add fallback avatar and guild icons #41

Merged
twig merged 18 commits from fallback-server-icons into main 2025-07-16 02:51:53 +00:00
Showing only changes of commit 07fa883a14 - Show all commits

View file

@ -1,6 +1,6 @@
<template>
<NuxtImg v-if="displayAvatar"
id="display-avatar"
class="display-avatar"
:src="displayAvatar"
:alt="displayName" />
<Icon v-else
@ -40,7 +40,7 @@ if (user) {
</script>
<style scoped>
#display-avatar {
.display-avatar {
border-radius: var(--pfp-radius);
}
</style>
</style>