mirror of
https://github.com/trafficlunar/website.git
synced 2026-08-12 12:29:49 +00:00
fix: button code on mobile
also change /status to /activity and also mess up linting (lol)
This commit is contained in:
parent
133486724a
commit
508731facb
7 changed files with 48 additions and 169 deletions
11
src/pages/activity.astro
Normal file
11
src/pages/activity.astro
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
|
||||
import Music from "../components/Music.svelte";
|
||||
import Computer from "../components/Computer.svelte";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<Music client:load />
|
||||
<Computer client:load />
|
||||
</Layout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue