From a186f5780ed8ac8eaafd6bcb2a7a1920d0d5e8e6 Mon Sep 17 00:00:00 2001 From: LWinterberg <87814144+LWinterberg@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:37:59 +0200 Subject: [PATCH] jsx class -> classname --- src/components/card/DownloadCard.jsx | 2 +- src/components/card/FeatureCard.jsx | 2 +- src/components/homepage/ShareYourSounds.jsx | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/card/DownloadCard.jsx b/src/components/card/DownloadCard.jsx index 27ca56e..74527f1 100644 --- a/src/components/card/DownloadCard.jsx +++ b/src/components/card/DownloadCard.jsx @@ -6,7 +6,7 @@ const {title, downloadURL, buttonText, downloadType, checksum} = props; return (
-

{title}

+

{title}

-

{title}

+

{title}

{description}

); diff --git a/src/components/homepage/ShareYourSounds.jsx b/src/components/homepage/ShareYourSounds.jsx index 98ce07c..818020a 100644 --- a/src/components/homepage/ShareYourSounds.jsx +++ b/src/components/homepage/ShareYourSounds.jsx @@ -10,15 +10,15 @@ function ShareYourSounds() { } return ( -
-