Skip to content

Commit

Permalink
Feat: Add link to changelog (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage authored Sep 13, 2023
1 parent 8d0f342 commit a2fe418
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@
</p>
</a>
</li>
<li>
<hr></li>
<li class="nav-item" *ngIf="!instance.anonymous">
<a href="{{sourceCodeLink}}/releases" class="nav-link">
<i class="nav-icon fas fa-history"></i>
<p>
{{ "Changelog" }}
</p>
</a>
</li>
</ul>
</nav>
<!-- /.sidebar-menu -->
Expand Down
4 changes: 4 additions & 0 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
}
}

hr {
background: #4f5962;
}

.tiny {
font-size: 50%;
}

0 comments on commit a2fe418

Please sign in to comment.