mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-22 12:13:04 +00:00
fix: center time
This commit is contained in:
parent
64c19c6e67
commit
62e067ef5d
1 changed files with 56 additions and 54 deletions
|
@ -78,7 +78,8 @@ If you know React, then you already know Dioxus.
|
||||||
- And more! Read the [full release post](https://dioxuslabs.com/blog/introducing-dioxus/).
|
- And more! Read the [full release post](https://dioxuslabs.com/blog/introducing-dioxus/).
|
||||||
|
|
||||||
## Supported Platforms
|
## Supported Platforms
|
||||||
<table style="width:100%">
|
<div align="center">
|
||||||
|
<table style="width:100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td><em>Web</em></td>
|
<td><em>Web</em></td>
|
||||||
<td>
|
<td>
|
||||||
|
@ -131,7 +132,8 @@ If you know React, then you already know Dioxus.
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
## Why Dioxus?
|
## Why Dioxus?
|
||||||
There's tons of options for building apps, so why would you choose Dioxus?
|
There's tons of options for building apps, so why would you choose Dioxus?
|
||||||
|
|
Loading…
Reference in a new issue