Useful data on homepage v1 (#43)

* Made the homepage _slightly_ more useful

* Very minor refactor in alpine body-level object
This commit is contained in:
Kieran
2024-03-01 18:25:55 -08:00
committed by GitHub
parent be8bcf0eb2
commit 36f27c76e8
3 changed files with 36 additions and 7 deletions
@@ -12,7 +12,7 @@
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
</script>
</head>
<body x-data="{ 'sidebarVisible': false }" class="dark text-bodydark bg-boxdark-2">
<body x-data="{ sidebarVisible: false }" class="dark text-bodydark bg-boxdark-2">
<%= @inner_content %>
</body>
</html>