From 59dfc143b9617cec1057b0b59f90faaa9bd97a61 Mon Sep 17 00:00:00 2001 From: Benson Cho <100653148+bcho892@users.noreply.github.com> Date: Sun, 28 Jul 2024 16:52:22 +1200 Subject: [PATCH] change transforms on svgs (#701) --- client/src/assets/icons/leftarrow.svg | 11 ++++++++++- client/src/assets/icons/rightarrow.svg | 9 ++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/client/src/assets/icons/leftarrow.svg b/client/src/assets/icons/leftarrow.svg index 9aaf987b4..127d96a52 100644 --- a/client/src/assets/icons/leftarrow.svg +++ b/client/src/assets/icons/leftarrow.svg @@ -1 +1,10 @@ - \ No newline at end of file + + + + + + + + \ No newline at end of file diff --git a/client/src/assets/icons/rightarrow.svg b/client/src/assets/icons/rightarrow.svg index 682c49b20..2ae5f7ae6 100644 --- a/client/src/assets/icons/rightarrow.svg +++ b/client/src/assets/icons/rightarrow.svg @@ -1 +1,8 @@ - \ No newline at end of file + + + + + + + \ No newline at end of file