From 7c44e55a4d2ff393acacfa9c920bc818852728c4 Mon Sep 17 00:00:00 2001 From: Anna Zhao <19394386+annatangzhao@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:49:57 -0700 Subject: [PATCH] Update TopShot.cdc --- contracts/TopShot.cdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/TopShot.cdc b/contracts/TopShot.cdc index 95d9cf2..8f87f94 100644 --- a/contracts/TopShot.cdc +++ b/contracts/TopShot.cdc @@ -1689,7 +1689,7 @@ access(all) contract TopShot: NonFungibleToken { ) let squareImage = MetadataViews.Media( file: MetadataViews.HTTPFile( - url: "https://nbatopshot.com/static/img/og/og.png" + url: "https://nbatopshot.com/static/favicon/favicon.svg" ), mediaType: "image/png" )