Skip to content

Commit d2d69c4

Browse files
Fix the sign up icon (#104)
1 parent 0f0f04c commit d2d69c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/portal/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ <h1 class="text-body-emphasis">
7474
<div class="d-inline-flex gap-2 mb-5">
7575
<a class="d-inline-flex align-items-center btn btn-primary btn-lg px-4 rounded-pill"
7676
href="{% url 'account_signup' %}"
77-
role="button">Sign up</a>
77+
role="button">Sign up
78+
<i class="fa-solid fa-arrow-right ms-2"></i>
79+
</a>
7880
<a class="btn btn-outline-secondary btn-lg px-4 rounded-pill"
7981
href="{% url 'account_login' %}"
8082
role="button">Login</a>

0 commit comments

Comments
 (0)