test deploy

This commit is contained in:
Romulus21
2025-06-04 16:01:26 +02:00
parent 416aea14d0
commit 01e95aa292
4 changed files with 25 additions and 15 deletions

View File

@@ -61,6 +61,14 @@ pub fn Links() -> impl IntoView {
prop:value=move || reset_form.get()
class="text-center bg-prim border border-transparent rounded-lg focus:border-third px-2 py-2 w-60" />
</div>
<div>
<label class="block mt-3 mb-1">"Icône"</label>
<input type="url"
name="icon"
placeholder="http..."
class="text-center bg-prim border border-transparent rounded-lg focus:border-third px-2 py-2 w-60" />
</div>
<div>
<button type="submit" class="bg-third hover:bg-third-light rounded-lg transition-colors px-2 py-1 w-60 my-5">"Valider"</button>
</div>