Feat: added export as image btn

This commit is contained in:
2025-01-14 23:23:31 +03:00
parent ff5dc072a0
commit 2c44abc320
4 changed files with 64 additions and 33 deletions

View File

@@ -58,7 +58,7 @@ export const Tier = ({ color, name, textColor, id }: TierProps) => {
</button>
<p>{name}</p>
</div>
<div className='image-container flex flex-row flex-wrap justify-between w-full h-auto'>
<div className='image-container flex flex-row flex-wrap justify-start w-full h-auto gap-1'>
{tierImages
.filter(image => image.category === name)
.map((image, index) => (