diff --git a/src/components/layout/layout.scss b/src/components/layout/layout.scss
index 70af756..3291d9b 100644
--- a/src/components/layout/layout.scss
+++ b/src/components/layout/layout.scss
@@ -2,10 +2,11 @@
@import "./atcb.css";
@import "../../../config/styles.scss";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;900&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&display=swap');
$white: white !default;
$black: black !default;
-$accent: #e73b93 !default;
+$accent: #FCA602 !default;
:root {
/* Typographic Scale */
@@ -18,7 +19,7 @@ $accent: #e73b93 !default;
}
/* Font Family */
- --sans: Montserrat, sans-serif;
+ --sans: Bubblegum Sans, sans-serif;
--monospace: "Source Code Pro", monospace;
/* Font Weights */
diff --git a/src/components/my-nfts/index.tsx b/src/components/my-nfts/index.tsx
index e384b13..5ae35ea 100644
--- a/src/components/my-nfts/index.tsx
+++ b/src/components/my-nfts/index.tsx
@@ -66,6 +66,7 @@ const MyNFTs: React.FC<{
×
+
{nfts.map((nft, index) => (