Skip to content

Commit

Permalink
💎(site) Change anchor from codegen to generator (#756)
Browse files Browse the repository at this point in the history
Change anchor from codegen to generator

Co-authored-by: Sam Richard <[email protected]>
  • Loading branch information
Snugug and Sam Richard authored May 10, 2024
1 parent 88e5ce3 commit ccbf3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/pages/[lang]/add-to-chromebook-badge.astro
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const l = localizations.map((lc) => {
<CTA
cta={{
text: intro.cta,
url: '#codegen',
url: '#generator',
type: 'high',
inline: true,
}}
Expand Down Expand Up @@ -128,7 +128,7 @@ const l = localizations.map((lc) => {
)
}
</section>
<section id="codegen" class="guidelines--codegen wrapper--padded">
<section id="generator" class="guidelines--codegen wrapper--padded">
<BadgeGenerator
{codegen}
required={microcopy.actions.required}
Expand Down

0 comments on commit ccbf3cd

Please sign in to comment.