File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22import DownloadButton from " ../button/DownloadButton" ;
33import AudacityMockUp from " ../../assets/img/HeroBannerImage.webp" ;
44import DownloadMuseHubButton from " ../button/DownloadMuseHubButton" ;
5+ const branch = import .meta .env .BRANCH || " unknown" ;
56---
67
78<section id =" main" class =" bg-gradient-to-r from-indigo-900 to-blue-700" >
@@ -15,6 +16,8 @@ import DownloadMuseHubButton from "../button/DownloadMuseHubButton";
1516 Audacity is the world's most popular audio editing and recording app
1617 </h1 >
1718
19+ <p >Current branch: { branch } </p >
20+
1821 <div class =" flex flex-col md:w-fit gap-4 items-center md:items-start" >
1922 <DownloadMuseHubButton client:load />
2023 <noscript >
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import NewsletterForm from "../components/form/NewsletterForm.astro";
33import BaseLayout from " ../layouts/BaseLayout.astro" ;
44import " ../styles/icons.css" ;
55
6- const branch = import .meta .env .BRANCH || " unknown" ;
76---
87
98<BaseLayout
You can’t perform that action at this time.
0 commit comments