diff --git a/src/components/button/DownloadMuseHubButton.jsx b/src/components/button/DownloadMuseHubButton.jsx index f47325c..ce64b11 100644 --- a/src/components/button/DownloadMuseHubButton.jsx +++ b/src/components/button/DownloadMuseHubButton.jsx @@ -17,7 +17,7 @@ function DownloadMuseHubButton(props) { function renderButton(href) { return ( handleDownloadButtonClick()} > diff --git a/src/components/homepage/DownloadBanner.astro b/src/components/homepage/DownloadBanner.astro index 9b460b8..87e4231 100644 --- a/src/components/homepage/DownloadBanner.astro +++ b/src/components/homepage/DownloadBanner.astro @@ -1,16 +1,25 @@ --- -import DownloadButton from '../button/DownloadButton.jsx' +import DownloadButton from "../button/DownloadButton.jsx"; +import DownloadMuseHubButton from "../button/DownloadMuseHubButton"; --- -
-
-