1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 17:02:58 +02:00

Update changelob banner

This commit is contained in:
Kamran Ahmed
2024-09-23 22:34:59 +01:00
parent 82359f89a0
commit 13290595b2
2 changed files with 4 additions and 1 deletions

View File

@@ -165,8 +165,10 @@ const gaPageIdentifier = Astro.url.pathname
<slot />
<slot name='page-footer'>
<slot name='open-source-banner'>
<slot name='changelog-banner'>
<ChangelogBanner />
</slot>
<slot name='open-source-banner'>
<OpenSourceBanner />
</slot>
<Footer />

View File

@@ -43,4 +43,5 @@ const allChangelogs = await getAllChangelogs();
<ChangelogLaunch />
</div>
</div>
<div slot="changelog-banner"></div>
</BaseLayout>