From 63e4981a5ce94358c7fe390982240600e4831305 Mon Sep 17 00:00:00 2001 From: AderKonstantin Date: Tue, 25 Mar 2025 23:48:59 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20feat(header):=20add=20language?= =?UTF-8?q?=20switcher=20and=20update=20icons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a language switcher icon to the header toolbar and updates the email and RSS icons. This change improves the user experience by providing a way for users to switch between different language versions of the site. --- components/header/toolbar.tsx | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/components/header/toolbar.tsx b/components/header/toolbar.tsx index 3cdaece..f9839a2 100644 --- a/components/header/toolbar.tsx +++ b/components/header/toolbar.tsx @@ -1,6 +1,7 @@ 'use client'; import Image from 'next/image'; import Link from 'next/link'; +import globePic from '../../public/globe.svg'; import emailPic from '../../public/email.svg'; import rssPic from '../../public/rss-feed.svg'; import supportPic from '../../public/support.svg'; @@ -10,9 +11,21 @@ import settingsPic from '../../public/settings.svg'; export default function Toolbar() { return (
-

Software Engineer | HomeLab | Nerd

-
+
+

Software Engineer | HomeLab | Nerd

+
+
    +
  • + + lang + +
  • -
  • - - support - -