File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ fn App() -> impl IntoView {
6969 let rank_color = get_rank_color ( & rank) ;
7070
7171 view ! {
72- <Flex >
72+ <Flex >
7373 <Flex >
7474 <img
7575 style="width: 100%; display: block; margin: auto;"
@@ -92,7 +92,6 @@ fn App() -> impl IntoView {
9292 </p>
9393 <p>
9494 <b>"Contribution: " </b>
95- "+"
9695 { user. contribution. unwrap_or( 0 ) }
9796 </p>
9897 <p>
@@ -139,9 +138,9 @@ fn App() -> impl IntoView {
139138
140139 <Card >
141140 <Flex vertical=true >
142- <div style="max-width: fit-content; margin-left: auto; margin-right:auto;" >
141+ <div style="max-width: fit-content; margin-left: auto; margin-right:auto;" >
143142 <h2 style="color:gray;" >"User Info" </h2>
144- </div>
143+ </div>
145144 </Flex >
146145 <div style="max-width: fit-content; margin-left: auto; margin-right:auto;" >
147146 { display_user_info}
You can’t perform that action at this time.
0 commit comments