diff --git a/src/components/GameCard/index.tsx b/src/components/GameCard/index.tsx
index ff47fa1..27f4f7d 100644
--- a/src/components/GameCard/index.tsx
+++ b/src/components/GameCard/index.tsx
@@ -74,7 +74,7 @@ export const DiceGameCard = () => {
Roll the dice, the player with the highest number wins.
{
-
+
}
@@ -136,7 +136,7 @@ export const CoinFlipGameCard = () => {
{
-
+
}
diff --git a/src/components/LandingPagePlaySection/index.tsx b/src/components/LandingPagePlaySection/index.tsx
index 9f78162..7c0b4c8 100644
--- a/src/components/LandingPagePlaySection/index.tsx
+++ b/src/components/LandingPagePlaySection/index.tsx
@@ -27,6 +27,4 @@ const LandingPagePlaySection = () => {
)
}
-export default LandingPagePlaySection;
-
-{/* Play multiple P2P betting games with your NFTs. */}
\ No newline at end of file
+export default LandingPagePlaySection;
\ No newline at end of file