Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ae8f72c authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'fix-create-account-url' into 'main'

Fix account create link href

See merge request !96
parents d659f016 a4c6ee7f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
+							</ol>
+						</div>
+						<div  class="banner-content-create-button">
+							<a href="<?=$_REQUEST['DOMAIN'] ?>/signup" ><?php p($l->t('Create My Account')); ?></a>
+							<a href="https://murena.io/signup/" ><?php p($l->t('Create My Account')); ?></a>
+						</div>
+					</div>
+				</div>