diff --git a/Cargo.lock b/Cargo.lock index b23ba47..1f9ea99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,7 +3,7 @@ version = 3 [[package]] -name = "matcha_weather" +name = "maccha_weather" version = "0.1.0" dependencies = [ "mexprp", diff --git a/Cargo.toml b/Cargo.toml index eda5406..2a496c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "matcha_weather" +name = "maccha_weather" version = "0.1.0" edition = "2021" diff --git a/src/panel/index.html b/src/panel/index.html deleted file mode 100644 index b5b1252..0000000 --- a/src/panel/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - Vite + Svelte + TS - - -
- - - diff --git a/src/panel/src/App.svelte b/src/panel/src/App.svelte index ae43337..5626ae4 100644 --- a/src/panel/src/App.svelte +++ b/src/panel/src/App.svelte @@ -1,29 +1,34 @@ -
-

{place}

-

{temp_c}°C / {temp_f}°F

+
+

{place}

+

{temp_c}°C / {temp_f}°F

diff --git a/src/panel/src/app.css b/src/panel/src/app.css index a1c3136..9b15f69 100644 --- a/src/panel/src/app.css +++ b/src/panel/src/app.css @@ -1,5 +1,5 @@ -.matcha-weather { - display: flex; - flex-direction: column; - align-items: center; +.maccha-weather { + display: flex; + flex-direction: column; + align-items: center; }