Registration URL is now /register (previously /join)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ca6f8367dd
commit
48978e4639
3 changed files with 98 additions and 97 deletions
|
|
@ -35,7 +35,7 @@ languages:
|
|||
|
||||
others_links:
|
||||
- text: "S'inscrire"
|
||||
href: "//app.happydomain.org/join"
|
||||
href: "//app.happydomain.org/register"
|
||||
class: "btn btn-secondary"
|
||||
icon: "bi-person-plus-fill"
|
||||
- text: "S'identifier"
|
||||
|
|
@ -91,7 +91,7 @@ params:
|
|||
|
||||
others_links:
|
||||
- text: "Sign up"
|
||||
href: "//app.happydomain.org/join"
|
||||
href: "//app.happydomain.org/register"
|
||||
class: "btn btn-secondary"
|
||||
icon: "bi-person-plus-fill"
|
||||
- text: "Sign in"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
{{ i18n "cta-account-text" }}
|
||||
</p>
|
||||
</div>
|
||||
<a href="/join" class="btn btn-lg btn-light px-4" style="border-radius: 2em" data-umami-event="cta-join">{{ i18n "cta-account-button" }}</a>
|
||||
<a href="/register" class="btn btn-lg btn-light px-4" style="border-radius: 2em" data-umami-event="cta-join">{{ i18n "cta-account-button" }}</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/domains/* https://app.happydomain.org/domains/:splat
|
||||
/join https://app.happydomain.org/join
|
||||
/join https://app.happydomain.org/register
|
||||
/login https://app.happydomain.org/login
|
||||
/register https://app.happydomain.org/register
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue