Update conf

This commit is contained in:
Florian RICHER 2023-04-02 14:47:50 +02:00
parent eae044e1f4
commit 88f8d83317
6 changed files with 14 additions and 7 deletions

View file

@ -3,7 +3,7 @@ use yew::{function_component, Html, html};
#[function_component(Test)]
pub fn test() -> Html {
html! {
<div class="bg-red-500">
<div class="bg-red-500 text-blue">
<h1>{"Test component"}</h1>
</div>
}