From 34299bb3d1caf669bd6c336ea17662a6c1da79ea Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 1 Apr 2024 21:23:57 +0300 Subject: [PATCH] Update icons from upstream --- color-modes/index.html | 14 +++++++------- icons-font/index.html | 4 ++-- parcel/src/index.html | 4 ++-- react-nextjs/src/components/AppGuides.tsx | 2 +- react-nextjs/src/components/Header.tsx | 4 ++-- sass-js/index.html | 4 ++-- vue/src/components/AppGuideItem.vue | 2 +- vue/src/components/AppHeader.vue | 4 ++-- webpack/src/index.html | 4 ++-- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/color-modes/index.html b/color-modes/index.html index 2268dea0..ad0b1e73 100644 --- a/color-modes/index.html +++ b/color-modes/index.html @@ -9,21 +9,21 @@ - - + + - + - + - - + + - + diff --git a/icons-font/index.html b/icons-font/index.html index 616fb776..49f7aac9 100644 --- a/icons-font/index.html +++ b/icons-font/index.html @@ -13,8 +13,8 @@

- - + + Icons Font diff --git a/parcel/src/index.html b/parcel/src/index.html index c146a68e..2e1e6b1c 100644 --- a/parcel/src/index.html +++ b/parcel/src/index.html @@ -13,8 +13,8 @@

- - + + Parcel diff --git a/react-nextjs/src/components/AppGuides.tsx b/react-nextjs/src/components/AppGuides.tsx index 847c1d09..142ff89d 100644 --- a/react-nextjs/src/components/AppGuides.tsx +++ b/react-nextjs/src/components/AppGuides.tsx @@ -42,7 +42,7 @@ const AppGuides: React.FC = () => { className="bi bi-arrow-right-circle-fill me-2" viewBox="0 0 16 16" > - + {guide.title} diff --git a/react-nextjs/src/components/Header.tsx b/react-nextjs/src/components/Header.tsx index b40d310f..3d5a4082 100644 --- a/react-nextjs/src/components/Header.tsx +++ b/react-nextjs/src/components/Header.tsx @@ -16,8 +16,8 @@ const Header: React.FC = () => { className="bi bi-bootstrap-fill d-inline-block me-2" viewBox="0 0 16 16" > - - + + React diff --git a/sass-js/index.html b/sass-js/index.html index 1a467328..23d4dbb3 100644 --- a/sass-js/index.html +++ b/sass-js/index.html @@ -13,8 +13,8 @@

- - + + Sass & JS diff --git a/vue/src/components/AppGuideItem.vue b/vue/src/components/AppGuideItem.vue index 8cef6a6e..b85e5d44 100644 --- a/vue/src/components/AppGuideItem.vue +++ b/vue/src/components/AppGuideItem.vue @@ -10,7 +10,7 @@ export default {