From 7c3071cf0d270aa5a62b53f1f6510c60c6aa13a1 Mon Sep 17 00:00:00 2001 From: AderKonstantin Date: Wed, 26 Mar 2025 14:00:10 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20feat(toolbar):=20add=20bottom=20?= =?UTF-8?q?border=20to=20toolbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a bottom border to the toolbar component to create a more distinct separation between the toolbar and the content below it. This change improves the visual hierarchy and overall design of the page. --- components/header/toolbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/header/toolbar.tsx b/components/header/toolbar.tsx index aec1700..4fb01cb 100644 --- a/components/header/toolbar.tsx +++ b/components/header/toolbar.tsx @@ -11,7 +11,7 @@ import AnimatedLink from '../animatedLink'; export default function Toolbar() { return ( -
+

Science | Software | Hardware | Rockets | Startups