Skip to content

Commit

Permalink
add under construction text
Browse files Browse the repository at this point in the history
  • Loading branch information
BlinkyStitt committed Apr 22, 2024
1 parent 159d3b2 commit 193aee5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions musical-leptos/src/pages/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ pub fn About() -> impl IntoView {
view! {
<h1>Musical Lights</h1>

<p>UnderConstruction.gif</p>

<p>This website is the latest Rust/WASM version of my musical-lights projects.</p>

<h2>Old Arduino Code</h2>
Expand Down
2 changes: 2 additions & 0 deletions musical-leptos/src/pages/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ pub fn Home() -> impl IntoView {
<div class="container">
<h1>"Musical Lights"</h1>

<p>UnderConstruction.gif</p>

<Button/>

<DancingLights/>
Expand Down

0 comments on commit 193aee5

Please sign in to comment.