feat: picture component moved to hoppscotch-ui (#3032)

This commit is contained in:
Anwarul Islam
2023-05-09 01:02:54 +06:00
committed by Andrew Bastin
parent f43b6e7cff
commit 09d1663f81
8 changed files with 46 additions and 145 deletions

View File

@@ -34,7 +34,7 @@
></div>
<div class="flex flex-col justify-between px-4 space-y-8 md:flex-row">
<div class="flex items-end">
<ProfilePicture
<HoppSmartPicture
v-if="currentUser.photoURL"
:url="currentUser.photoURL"
:alt="
@@ -44,7 +44,7 @@
size="16"
rounded="lg"
/>
<ProfilePicture
<HoppSmartPicture
v-else
:initial="currentUser.displayName || currentUser.email"
rounded="lg"