mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
feat: ✨ Add support for developer badges and user role displaying
This commit is contained in:
parent
a889f8d142
commit
46193938fe
8 changed files with 96 additions and 12 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div v-bind="$props" class="bg-dark-700 overflow-hidden flex items-center justify-center">
|
||||
<Skeleton :enabled="!src" class="!h-full !w-full">
|
||||
<Skeleton :enabled="!src" class="!h-full !w-full !rounded-none">
|
||||
<img class="cursor-pointer bg-dark-700 ring-1 w-full h-full object-cover" :src="src" :alt="alt" />
|
||||
</Skeleton>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue