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 16:25:55 -08:00
committed by GitHub
parent b54e69c609
commit 6738071613
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>