From 850403d197ecd9fe1b13b77ea32f243b62ab4ea5 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:32:53 +0200 Subject: [PATCH] Fix syntax error in button.svg --- Button/button.svg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Button/button.svg b/Button/button.svg index 6429740..54e9fab 100644 --- a/Button/button.svg +++ b/Button/button.svg @@ -1,6 +1,6 @@ <svg id = "root" - viewBox = "0 0 200 240", - width = "200", + viewBox = "0 0 200 240" + width = "200" height = "240" > <circle id="button" cx="100" cy="100" r="80" -- GitLab