Skip to content

Commit

Permalink
adjust display name of 2023 wrapped edition (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkline authored Dec 21, 2023
1 parent 216e369 commit 9f473d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/WrappedEditions.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub contract WrappedEditions {
switch t {
case Type<MetadataViews.Display>():
return MetadataViews.Display(
name: "Flowty Wrapped 2023 #".concat(nft.serial.toString()),
name: "Flowty 2023 #".concat(nft.serial.toString()),
description: "A celebration and statistical review of an exciting year on Flowty and across the Flow blockchain ecosystem.",
thumbnail: MetadataViews.HTTPFile(
url: self.baseImageUrl.concat(nft.address.toString())
Expand Down

0 comments on commit 9f473d5

Please sign in to comment.