add linebreak in hero text

This commit is contained in:
LWinterberg
2023-10-11 14:00:51 +02:00
parent 4625feb1ba
commit 47ccaa7fa8

View File

@@ -11,7 +11,7 @@ import DownloadMuseHubButton from "../button/DownloadMuseHubButton";
<div class="flex flex-col gap-2 col-start-2 col-span-10 items-center text-center">
<img alt="A yellow and orange waveform between the ears of a set of blue headphones" class="w-12 md:w-16" src={Audacity_Logo.src} />
<h1>
Audacity, the world's most popular audio editing and recording app
Audacity is the world's most popular <br>audio editing and recording app
</h1>
</div>