From 153c8806c238e8afda4dffe9fa81c71ba0cf5385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Kara=C3=A7ay?= Date: Fri, 27 Sep 2024 20:17:47 +0300 Subject: [PATCH] Fix docker tooltip to show correct social name Updated the tooltip to display `{social.name}` instead of `{name}`. This ensures the correct name is shown for each social icon. --- src/components/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx index a815e22b..917f015b 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -54,7 +54,7 @@ export default function Navbar() { -

{name}

+

{social.name}