Skip to content

Commit

Permalink
Communication: Correctly align manage button in communications menu (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
badkeyy authored Nov 3, 2024
1 parent 1644dc3 commit 8c0eaed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<div id="manage-button">
<a
class="btn btn-secondary"
[ngClass]="{ 'd-none d-sm-inline': pageTitle === 'communication' }"
[ngClass]="{ 'd-none d-sm-block': pageTitle === 'communication' }"
[routerLink]="['/course-management', course.id]"
jhiTranslate="artemisApp.courseOverview.manage"
></a>
Expand Down

0 comments on commit 8c0eaed

Please sign in to comment.