Skip to content

Commit

Permalink
🔧 profle skeleton banner
Browse files Browse the repository at this point in the history
  • Loading branch information
roiLeo committed Jul 4, 2024
1 parent 4d5c581 commit f531d8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion components/profile/ProfileDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
:image-component="NuxtImg"
:title="'User Avatar'"
class="md:w-[124px] md:h-[124px] h-[78px] w-[78px] object-cover rounded-full" />
<Avatar v-else :value="id" :size="124" class="mb-[-7px]" />
<Avatar
v-else
:value="id"
class="md:w-[124px] md:h-[124px] h-[78px] w-[78px] mb-[-7px]" />
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/profile/ProfileSkeleton.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<div class="flex flex-col gap-6">
<NeoSkeleton :width="180" :height="36" no-margin />
<NeoSkeleton :width="330" :height="36" no-margin />

<div class="flex flex-wrap gap-3">
<NeoSkeleton
:width="150"
:width="110"
:height="40"
no-margin
border-radius="3rem"
Expand Down

0 comments on commit f531d8e

Please sign in to comment.