From 9ca99480d8c9e41eb29b1c78f2f994d050f5cd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Mon, 29 Apr 2024 13:22:11 +0200 Subject: [PATCH] smaller file size --- frontend/src/views/avatar/Avatar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/avatar/Avatar.vue b/frontend/src/views/avatar/Avatar.vue index 1360403..8d15248 100644 --- a/frontend/src/views/avatar/Avatar.vue +++ b/frontend/src/views/avatar/Avatar.vue @@ -65,8 +65,8 @@ export default { <Canvas ref="canvas" :redrawFunction="redraw" - width="2000" - height="2000" + width="750" + height="750" /> </template> -- GitLab