Remove unnecessary prop

This commit is contained in:
Dilson's Pickles
2023-08-29 16:12:50 +10:00
parent e4e3ee0873
commit f06a79a0ea

View File

@@ -18,7 +18,7 @@ import DownloadMuseHubButton from "../button/DownloadMuseHubButton";
<div
class="col-start-2 col-span-10 flex flex-col gap-2 md:flex-row lg:col-start-3 lg:col-span-8"
>
<DownloadButton client:only primary />
<DownloadButton client:only/>
<DownloadMuseHubButton client:only />
</div>
</div>