Added a custom link to the button
This commit is contained in:
parent
2ed8bcb3fa
commit
828da9a355
2 changed files with 10 additions and 3 deletions
|
@ -13,20 +13,23 @@ function HeroSection() {
|
|||
className="btns"
|
||||
buttonStyle="btn--primary"
|
||||
buttonSize="btn--large"
|
||||
newTo="login"
|
||||
>
|
||||
Einloggen (wenn du schon einmal mitgemacht hast)
|
||||
Einloggen (wenn du schon einmal mitgemacht hast)
|
||||
</Button>
|
||||
<Button
|
||||
className="btns"
|
||||
buttonStyle="btn--primary"
|
||||
buttonSize="btn--large"
|
||||
newTo="register"
|
||||
>
|
||||
Registrieren (falls du das erste Mal hier bist)
|
||||
Registrieren (falls du das erste Mal hier bist)
|
||||
</Button>
|
||||
<Button
|
||||
className="btns"
|
||||
buttonStyle="btn--primary"
|
||||
buttonSize="btn--large"
|
||||
newTo="manual"
|
||||
>
|
||||
Anleitung
|
||||
</Button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue