mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Improve UI style (#262)
This commit is contained in:
committed by
GitHub
parent
4e006f69d0
commit
0828c9c879
@@ -1,6 +1,6 @@
|
||||
<a
|
||||
href="<%= path %>"
|
||||
class="nav-link<%= current_page?(path) ? ' active' : '' %>"
|
||||
class="nav-link<%= current_page?(path) ? ' active' : '' %> rounded-pill"
|
||||
role="tabs"
|
||||
aria-controls="v-pills-home"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user