This commit is contained in:
Timothy Jaeryang Baek 2024-11-17 15:58:06 -08:00
parent 70c9d6fb86
commit 3fa23481c8

View File

@ -343,7 +343,10 @@
<div class="self-center md:self-start flex justify-center my-2 flex-shrink-0"> <div class="self-center md:self-start flex justify-center my-2 flex-shrink-0">
<div class="self-center"> <div class="self-center">
<button <button
class="rounded-2xl flex flex-shrink-0 items-center bg-white shadow-xl group relative" class="rounded-2xl flex flex-shrink-0 items-center {info.meta.profile_image_url !==
'/static/favicon.png'
? 'bg-transparent'
: 'bg-white'} shadow-xl group relative"
type="button" type="button"
on:click={() => { on:click={() => {
filesInputElement.click(); filesInputElement.click();