Fix navigation.

This commit is contained in:
Joshua Bemenderfer 2021-12-30 19:06:55 -05:00
parent 7ba3f47785
commit 4e83fd3dbd
4 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
import { defineConfig } from 'iles' import { defineConfig } from 'iles'
export default defineConfig({ export default defineConfig({
siteUrl: 'https://ga-covid.thederf.com',
modules: [ modules: [
'@islands/icons' '@islands/icons'
] ]

View File

@ -1,5 +1,5 @@
{ {
"name": "georgia-covid-charts", "name": "ga-covid-charts",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {

View File

@ -9,7 +9,7 @@
<span class="flex font-bold px-3 py-1 text-violet-900">What is the statewide trend in...</span> <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"> <ul class="space-y-1 py-2 ml-3">
<li> <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? <icon-mdi-test-tube class="mr-2"></icon-mdi-test-tube> testing?
</router-link> </router-link>
</li> </li>

View File

@ -1,6 +1,7 @@
--- ---
title: What is the statewide trend in testing? title: What is the statewide trend in testing?
--- ---
<Card prose={true}> <Card prose={true}>
# What is the statewide trend in testing? # What is the statewide trend in testing?