From 1dcf21738b28495a1304cc4dd5f72d269cac32af Mon Sep 17 00:00:00 2001 From: AderKonstantin Date: Wed, 26 Mar 2025 00:33:37 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feat(header):=20add=20animated=20links?= =?UTF-8?q?=20to=20toolbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds `AnimatedLink` component to the toolbar, allowing for animated links to different sections of the website. This improves the user experience and provides a more visually appealing way to navigate the site. --- components/header/toolbar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/header/toolbar.tsx b/components/header/toolbar.tsx index f9839a2..aec1700 100644 --- a/components/header/toolbar.tsx +++ b/components/header/toolbar.tsx @@ -6,13 +6,14 @@ import emailPic from '../../public/email.svg'; import rssPic from '../../public/rss-feed.svg'; import supportPic from '../../public/support.svg'; import settingsPic from '../../public/settings.svg'; +import AnimatedLink from '../animatedLink'; export default function Toolbar() { return (
-

Software Engineer | HomeLab | Nerd

+

Science | Software | Hardware | Rockets | Startups