Skip to content

Commit 5ef6560

Browse files
nnao45claude
andcommitted
feat: Swap positions of rocket and REPL in header navigation
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3360992 commit 5ef6560

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs-site/src/app/app.component.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ import { ZardButtonComponent } from '@shared/components/button/button.component'
1919
2020
<div class="flex items-center gap-6">
2121
<a
22-
routerLink="/repl"
22+
routerLink="/getting-started"
2323
routerLinkActive="text-primary"
2424
class="text-muted-foreground hover:text-foreground transition-colors font-medium no-underline"
2525
>
26-
REPL
26+
🚀
2727
</a>
2828
<a
29-
routerLink="/getting-started"
29+
routerLink="/repl"
3030
routerLinkActive="text-primary"
3131
class="text-muted-foreground hover:text-foreground transition-colors font-medium no-underline"
3232
>
33-
🚀
33+
REPL
3434
</a>
3535
<a
3636
routerLink="/smart-dollar-methods"

0 commit comments

Comments
 (0)