Quick update for Artera's internal academy.

This commit is contained in:
Norm Rasmussen
2024-04-17 18:59:28 -04:00
parent 7de269b38b
commit 908ab49d70
88 changed files with 2142 additions and 4 deletions

View File

@ -115,6 +115,14 @@
{% t .profile_settings %}
</a>
{% endunless %}
{% if current_person.signed_in? %}
<a
class="np-header-avatar-tooltip-navigation-link"
href="{% route transcript %}"
>
{% t .transcript %}
</a>
{% endif %}
<a
class="np-header-avatar-tooltip-navigation-link np-danger"
href="{% route logout %}"
@ -221,7 +229,7 @@
.np-header-logo {
justify-content: flex-start;
}
@media (min-width: 768px) {
.np-header-logo {
justify-content: center;
@ -248,5 +256,5 @@
color: #000;
}
}
</style>
</style>