Skip to content

Commit

Permalink
chore: fix profile attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed Dec 23, 2024
1 parent e40d114 commit 23fbfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/token_uris/attributes/profile_attributes.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 23fbfc9

Please sign in to comment.