Skip to content

Commit 7bc8a7c

Browse files
committed
fix(pages): obsolete css class used in login page example, closes #279 - thanks @bernik1980
1 parent 348f7b5 commit 7bc8a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/views/pages/login/login.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>Login</h1>
3131
Login
3232
</button>
3333
</c-col>
34-
<c-col class="text-right" xs="6">
34+
<c-col class="text-end" xs="6">
3535
<button cButton class="px-0" color="link">
3636
Forgot password?
3737
</button>

0 commit comments

Comments
 (0)