Skip to content

Commit

Permalink
Change launch week banner (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettimus authored Dec 10, 2024
1 parent da8540c commit 61ad1b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/src/pages/blog/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function getColorValueBasedOnContent(content: string) {
template: "splash",
banner: {
content:
'<span>It\'s <a href="/blog/mega-launch-week-2024">Mega Launch Week</a> πŸš€ Follow along for the latest features shipping this week from Fiberplane</span>'
'<span>πŸš€ Check out the latest features we shipped during <a href="/blog/mega-launch-week-2024">Mega Launch Week</a></span>'
}
}}
>
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro";
template: "splash",
banner: {
content:
'<span>It\'s <a href="/blog/mega-launch-week-2024">Mega Launch Week</a> πŸš€ Follow along for the latest features shipping this week from Fiberplane</span>'
'<span>πŸš€ Check out the latest features we shipped during <a href="/blog/mega-launch-week-2024">Mega Launch Week</a></span>'
},
hero: {
title: "Test and debug your Hono API",
Expand Down

0 comments on commit 61ad1b0

Please sign in to comment.