Skip to content

Commit 35ed5a3

Browse files
committed
style(get-started): make "create account" action more visible
1 parent a366d56 commit 35ed5a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

frontend/src/app/public/howto/howto-get-started/howto-get-started.component.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ <h2>Get started</h2>
77
<hr>
88

99
<p class="mt-2">
10-
Create an <strong><a type="button" title="Go To Login/Registration Form" (click)="login()"> account</a></strong>
10+
<button type="button" class="btn btn-primary btn-sm" title="Go To Login/Registration Form" (click)="login()">
11+
<i class="fas fa-hand-point-right"></i> Register an account
12+
</button>
1113
and save your first <strong><a routerLink="/howto/bookmarks">bookmark</a></strong> or <a
1214
routerLink="/howto/snippets">snippet</a> .
1315
You can choose to connect via <strong>email/username and password</strong>, or
14-
via one of the many identity providers supported
16+
via one of the following identity providers supported
1517
<ul>
1618
<li>
1719
<i class="fab fa-github"></i> Github

0 commit comments

Comments
 (0)