From 44898336d7d1d99eed665f1dd9ec5b11331c2eea Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Tue, 9 Apr 2024 12:23:51 +0200 Subject: [PATCH] Use the proper svg for the list icon Should NOT be the burger menu svg --- src/components/icon-list/icon-list.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/icon-list/icon-list.tsx b/src/components/icon-list/icon-list.tsx index 5c601c8964..c5a5d3a1f1 100644 --- a/src/components/icon-list/icon-list.tsx +++ b/src/components/icon-list/icon-list.tsx @@ -1,7 +1,7 @@ import React from "react"; const IconList = () => { - // This svg is a copy from public/icons/collection/Menu.svg + // This svg is a copy from public/icons/collection/list.svg // Without the fill values. // If you find out it no longer matches the original file, please update it return ( @@ -14,7 +14,7 @@ const IconList = () => { );