Tweaking thingy

This commit is contained in:
Corey Ginnivan 2022-05-09 20:28:09 +08:00
parent 116abe5cd1
commit 503f516050

View file

@ -49,7 +49,7 @@
</head> </head>
<body <body
class="flex flex-col min-h-screen font-mono leading-normal tracking-normal bg-white" class="flex flex-col min-h-screen font-mono leading-normal tracking-normal bg-white"
x-data="loadIcons(), showBar" x-data="showBar: false, loadIcons()"
> >
<main class="flex-grow"> <main class="flex-grow">
<nav class="flex justify-between p-4 text-sm md:p-6 lg:p-8 md:text-base"> <nav class="flex justify-between p-4 text-sm md:p-6 lg:p-8 md:text-base">
@ -408,7 +408,6 @@
}, },
}; };
} }
var showBar = false;
</script> </script>
<!-- Fathom - beautiful, simple website analytics --> <!-- Fathom - beautiful, simple website analytics -->
<script <script