feat: change Avatar id to class
This commit is contained in:
parent
32910d2077
commit
07fa883a14
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue