Commit 449d927 1 parent 19bfcdc commit 449d927 Copy full SHA for 449d927
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ pub fn SwitchVersion() -> impl IntoView {
8
8
label: "main" . into( ) ,
9
9
value: "https://thawui.vercel.app" . into( ) ,
10
10
} ,
11
+ SelectOption {
12
+ label: "0.2.6" . into( ) ,
13
+ value: "https://thaw-mzh1656cm-thaw.vercel.app" . into( ) ,
14
+ } ,
11
15
SelectOption {
12
16
label: "0.2.5" . into( ) ,
13
17
value: "https://thaw-8og1kv8zs-thaw.vercel.app" . into( ) ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pub fn Home() -> impl IntoView {
13
13
view ! {
14
14
<Layout
15
15
position=LayoutPosition :: Absolute
16
- style ="display: flex; align-items: center; justify-content: center; flex-direction: column;"
16
+ content_style ="display: flex; align-items: center; justify-content: center; flex-direction: column;"
17
17
>
18
18
<h1 style="font-size: 80px; line-height: 1;margin: 0 0 18px;" >"Thaw UI" </h1>
19
19
<p>"An easy to use leptos component library" </p>
You can’t perform that action at this time.
0 commit comments