fix: empty state

This commit is contained in:
Jannat Patel
2021-10-21 15:58:26 +05:30
parent bb62f626fd
commit e9b545c488
2 changed files with 2 additions and 3 deletions

View File

@@ -19,9 +19,9 @@
<div class="small">
You have not enrolled in any course yet.
</div>
<span class="button is-primary ml-auto mr-auto mt-3">
<a class="button is-primary ml-auto mr-auto mt-3" href="/courses">
Explore Courses
</span>
</a>
</div>
</div>
{% endif %}

View File

@@ -212,7 +212,6 @@ input[type=checkbox] {
.courses-header {
margin-bottom: 1.5rem;
padding: 0 1rem;
color: var(--text-color);
font-weight: 600;
font-size: 22px;