Skip to content

Commit 14710ea

Browse files
committed
Fixed Logout link
1 parent 7469955 commit 14710ea

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

src/app/_common/header/nav/profile/profile.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Settings
2323
</a>
2424
<div class="dropdown-divider" ></div>
25-
<a class="dropdown-item" href="forms.html">
25+
<a class="dropdown-item" href="login.html">
2626
<i class="fa fa-power-off icon"></i>
2727
Logout
2828
</a>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#modal-media {
2+
.modal-dialog {
3+
.modal-content {
4+
.modal-body {
5+
min-height: 250px;
6+
}
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)