Merge branch 'main' into dev
Some checks failed
Release / Build Equicord (push) Has been cancelled
Sync to Codeberg / Sync Codeberg and Github (push) Has been cancelled
Test / Test (push) Has been cancelled

This commit is contained in:
thororen1234 2025-02-22 12:28:57 -05:00
commit 085b930652
No known key found for this signature in database

View file

@ -49,7 +49,7 @@ const StickerPackMetadata = ({ meta, hoveredStickerPackId, setHoveredStickerPack
height: "96px", height: "96px",
width: "96px", width: "96px",
}}></div> }}></div>
<img src={meta.logo.image} width="96" {...noDrag} /> {meta.logo?.image ? <img src={meta.logo.image} width="96" {...noDrag} /> : null}
<button <button
className={hoveredStickerPackId === meta.id ? "show" : ""} className={hoveredStickerPackId === meta.id ? "show" : ""}
onClick={async () => { onClick={async () => {