Fix navigation.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<span class="flex font-bold px-3 py-1 text-violet-900">What is the statewide trend in...</span>
|
||||
<ul class="space-y-1 py-2 ml-3">
|
||||
<li>
|
||||
<router-link :to="{path: '/state/testing/'}" class="text-base rounded-lg flex items-center p-2 mr-3 hover:bg-violet-100 group" active-class="bg-violet-800 hover:bg-violet-800 text-white">
|
||||
<router-link :to="{path: '/state/testing'}" class="text-base rounded-lg flex items-center p-2 mr-3 hover:bg-violet-100 group" active-class="bg-violet-800 hover:bg-violet-800 text-white">
|
||||
<icon-mdi-test-tube class="mr-2"></icon-mdi-test-tube> testing?
|
||||
</router-link>
|
||||
</li>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: What is the statewide trend in testing?
|
||||
---
|
||||
|
||||
<Card prose={true}>
|
||||
# What is the statewide trend in testing?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user