We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0f04c commit d2d69c4Copy full SHA for d2d69c4
templates/portal/index.html
@@ -74,7 +74,9 @@ <h1 class="text-body-emphasis">
74
<div class="d-inline-flex gap-2 mb-5">
75
<a class="d-inline-flex align-items-center btn btn-primary btn-lg px-4 rounded-pill"
76
href="{% url 'account_signup' %}"
77
- role="button">Sign up</a>
+ role="button">Sign up
78
+ <i class="fa-solid fa-arrow-right ms-2"></i>
79
+ </a>
80
<a class="btn btn-outline-secondary btn-lg px-4 rounded-pill"
81
href="{% url 'account_login' %}"
82
role="button">Login</a>
0 commit comments