fix: update icon name in Cart layout and conditionally render title, while commenting out unused color selection UI in ProfilePictureModal
This commit is contained in:
@@ -124,7 +124,7 @@ const resetAvatarFile = async () => {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-full flex-center gap-4 max-w-[500px] flex-wrap">
|
<!-- <div class="w-full flex-center gap-4 max-w-[500px] flex-wrap">
|
||||||
<button
|
<button
|
||||||
class="size-6 lg:size-8 rounded-full bg-orange-100 whitespace-nowrap ring-2 hover:ring-black ring-slate-200 ring-offset-3"
|
class="size-6 lg:size-8 rounded-full bg-orange-100 whitespace-nowrap ring-2 hover:ring-black ring-slate-200 ring-offset-3"
|
||||||
/>
|
/>
|
||||||
@@ -140,7 +140,7 @@ const resetAvatarFile = async () => {
|
|||||||
<button
|
<button
|
||||||
class="size-6 lg:size-8 rounded-full bg-amber-800 whitespace-nowrap ring-2 hover:ring-black ring-slate-200 ring-offset-3"
|
class="size-6 lg:size-8 rounded-full bg-amber-800 whitespace-nowrap ring-2 hover:ring-black ring-slate-200 ring-offset-3"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<div class="w-full flex-col-center gap-5">
|
<div class="w-full flex-col-center gap-5">
|
||||||
<Avatar
|
<Avatar
|
||||||
|
|||||||
Reference in New Issue
Block a user