From 23fbfc911f103d820ffbe36b4685f6bf482785a2 Mon Sep 17 00:00:00 2001 From: Darlington02 Date: Mon, 23 Dec 2024 17:07:55 +0100 Subject: [PATCH] chore: fix profile attributes --- src/base/token_uris/attributes/profile_attributes.cairo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/token_uris/attributes/profile_attributes.cairo b/src/base/token_uris/attributes/profile_attributes.cairo index ad7f415..5270311 100644 --- a/src/base/token_uris/attributes/profile_attributes.cairo +++ b/src/base/token_uris/attributes/profile_attributes.cairo @@ -52,7 +52,7 @@ pub mod profile { fn get_cloth_attribute(cloth: ClothVariants) -> ByteArray { match cloth { ClothVariants::CLOTH1 => "SWEATER", - ClothVariants::ClOTH2 => "BLUE WEAR", + ClothVariants::CLOTH2 => "BLUE WEAR", ClothVariants::CLOTH3 => "RED WEAR", ClothVariants::CLOTH4 => "ORANGE WEAR", ClothVariants::CLOTH5 => "PINK WEAR",