diff --git a/src/lib/images.svelte b/src/lib/images.svelte index b25ed70..6472ad8 100644 --- a/src/lib/images.svelte +++ b/src/lib/images.svelte @@ -36,7 +36,7 @@ on:pointerup={() => release(selected_scale.notes[0])} on:pointerleave={() => release(selected_scale.notes[0])} > - Sezione 1 + Sezione 1
@@ -70,7 +70,7 @@ on:pointerup={() => release(selected_scale.notes[1])} on:pointerleave={() => release(selected_scale.notes[1])} > - Sezione 2 + Sezione 2 @@ -103,7 +103,7 @@ on:pointerup={() => release(selected_scale.notes[6])} on:pointerleave={() => release(selected_scale.notes[6])} > - Sezione 7 + Sezione 7 diff --git a/static/images/01_A.png b/static/img/01_A.png similarity index 100% rename from static/images/01_A.png rename to static/img/01_A.png diff --git a/static/images/02_B.png b/static/img/02_B.png similarity index 100% rename from static/images/02_B.png rename to static/img/02_B.png diff --git a/static/images/03_G.png b/static/img/03_G.png similarity index 100% rename from static/images/03_G.png rename to static/img/03_G.png diff --git a/static/images/04_F.png b/static/img/04_F.png similarity index 100% rename from static/images/04_F.png rename to static/img/04_F.png diff --git a/static/images/05_D.png b/static/img/05_D.png similarity index 100% rename from static/images/05_D.png rename to static/img/05_D.png diff --git a/static/images/06_C.png b/static/img/06_C.png similarity index 100% rename from static/images/06_C.png rename to static/img/06_C.png diff --git a/static/images/07_Fsharp.png b/static/img/07_Fsharp.png similarity index 100% rename from static/images/07_Fsharp.png rename to static/img/07_Fsharp.png diff --git a/static/images/08_E.png b/static/img/08_E.png similarity index 100% rename from static/images/08_E.png rename to static/img/08_E.png