add text hover
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
@for (item of navItems; track item.path) {
|
@for (item of navItems; track item.path) {
|
||||||
<li>
|
<li>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<a href="{{item.path}}" class="text-xl font-bold">
|
<a href="{{item.path}}" class="text-xl font-bold hover:text-purple-500">
|
||||||
{{ item.label }}
|
{{ item.label }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user