Skip to content

Commit 9a06d51

Browse files
committed
fix image again
1 parent 539699c commit 9a06d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/post-download.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import BaseLayout from "../layouts/BaseLayout.astro";
33
import JoinAudioDotComButton from "../components/button/JoinAudioDotComButton";
44
import "../styles/icons.css";
5-
import FeatureCard from "../components/card/FeatureCard";
5+
import logo from "../../assets/img/promo/audacity-audiocom-promo.png";
66
---
77

88
<BaseLayout title="Audacity ® | post-download">
@@ -14,7 +14,7 @@ import FeatureCard from "../components/card/FeatureCard";
1414

1515
<section class="mx-8 max-w-screen-md xl:max-w-screen-lg md:mx-auto">
1616
<div class="py-8 sm:pt-12 flex flex-col items-center justify-center">
17-
<img src="../../assets/img/promo/audacity-audiocom-promo.png" alt="Audacity logo and audio.com logo overlaying in a playful manner" width="300px" height="165px"/>
17+
<img src={logo.src} alt="Audacity logo and audio.com logo overlaying in a playful manner" width="300px" height="165px"/>
1818
<div class="text-center">
1919
<h1 class="font-bold">
2020
Audacity Cloud setup is almost complete

0 commit comments

Comments
 (0)