Skip to content

Commit

Permalink
fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnbcgov committed Aug 14, 2024
1 parent 0168680 commit b8454cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion air-quality-statements/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const baseURL = import.meta.env.BASE_URL;


<Layout title="Air Quality Statements">
<div id='default-sidebar class="fixed top-0 left-0 z-40 w-64 h-screen transition-transform -translate-x-full sm:translate-x-0" aria-label="Sidebar">
<div id="default-sidebar" class="fixed top-0 left-0 z-40 w-64 h-screen transition-transform -translate-x-full sm:translate-x-0" aria-label="Sidebar">
<nav class="h-full px-3 py-4 overflow-y-auto">
<ul class="space-y-2 font-medium">
<li><a href=`${baseURL}2024-07-25.html`>2024-07-25</a></li>
Expand Down

0 comments on commit b8454cc

Please sign in to comment.