From 88f431651ca94e5e5bbdc5c4b8889ba173e0315f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Holeczek?= Date: Thu, 12 Aug 2021 00:21:36 +0200 Subject: [PATCH] fix: change `2xl` icons size to `xxl` --- src/views/components/icons/brands/Brands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/components/icons/brands/Brands.js b/src/views/components/icons/brands/Brands.js index 29bcc58..6c794ff 100644 --- a/src/views/components/icons/brands/Brands.js +++ b/src/views/components/icons/brands/Brands.js @@ -11,7 +11,7 @@ const toKebabCase = (str) => { export const getIconsView = (iconset) => { return Object.entries(iconset).map(([name, value]) => ( - +
{toKebabCase(name)}
))