From 95654ea91eb14350bf4a1d82fba96b83f8606bab Mon Sep 17 00:00:00 2001 From: Serge Date: Wed, 27 Mar 2024 13:57:06 +0200 Subject: [PATCH] Added ids for buttons --- src/ui/Button.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ui/Button.tsx b/src/ui/Button.tsx index 681e0f0..409f8dd 100644 --- a/src/ui/Button.tsx +++ b/src/ui/Button.tsx @@ -10,7 +10,11 @@ import "./Button.css"; export default function Button({ label, disabled }) { return ( -