Skip to content

Commit 0bb4402

Browse files
sarah11918ArmandPhilippotdelucis
authored
Update CodingInPublic ad for holiday sales (#12682)
Co-authored-by: ArmandPhilippot <[email protected]> Co-authored-by: delucis <[email protected]>
1 parent 621bb07 commit 0bb4402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/RightSidebar/LearnAstroAd.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Image } from 'astro:assets';
33
import CodingInPublic from './CodingInPublic.png';
44
import { LinkButton } from '@astrojs/starlight/components';
55
6-
const offerUrl = 'https://learnastro.dev?code=ASTRO_PROMO';
6+
const offerUrl = 'https://learnastro.dev?code=ASTRO_HOLIDAY_PROMO';
77
88
const idCount = (((Astro.locals as any)._ad_render_id as number | undefined) ??= 1);
99
(Astro.locals as any)._ad_render_id++;
@@ -26,7 +26,7 @@ const headingId = `learn-astro-course-${idCount}`;
2626
<span>•</span>
2727
<span>Astro v5 ready</span>
2828
</p>
29-
<LinkButton href={offerUrl} class="cta" data-learn-astro-cta>Get 20% off</LinkButton>
29+
<LinkButton href={offerUrl} class="cta" data-learn-astro-cta>Get 33% off</LinkButton>
3030
</aside>
3131
</div>
3232

0 commit comments

Comments
 (0)