diff --git a/src/components/button/DownloadButton.jsx b/src/components/button/DownloadButton.jsx index b0b01e5..bd057a0 100644 --- a/src/components/button/DownloadButton.jsx +++ b/src/components/button/DownloadButton.jsx @@ -25,7 +25,7 @@ function DownloadButton() {
Download Audacity {releaseData.version}
-Installs with no add-ons
+Installs with no add-ons
); } diff --git a/src/components/button/DownloadMuseHubButton.jsx b/src/components/button/DownloadMuseHubButton.jsx index 37da814..88a8c57 100644 --- a/src/components/button/DownloadMuseHubButton.jsx +++ b/src/components/button/DownloadMuseHubButton.jsx @@ -24,7 +24,7 @@ function DownloadMuseHubButton() {Audacity + free effects & samples
-Requires the MuseHub installer
+Requires the MuseHub installer
); } diff --git a/src/styles/input.css b/src/styles/input.css index c85671b..4112f12 100644 --- a/src/styles/input.css +++ b/src/styles/input.css @@ -37,11 +37,11 @@ } small { - @apply text-xs md:text-sm uppercase text-gray-500 + @apply text-xs md:text-sm uppercase text-gray-700 } .hyperlink { - @apply text-blue-500 underline hover:text-blue-600 + @apply text-blue-500 underline hover:text-blue-700 } .footer-link-list li {