From 265bca760e53a576d6b76bb824734da273df04c2 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 23 Jun 2026 04:55:52 +0000 Subject: [PATCH] Bob AI: Update Instagram link in footer --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index e0eef92..1819d9c 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -87,7 +87,7 @@ export default function Layout() { links={[ { label: "Instagram", - href: "#", + href: "https://www.instagram.com/chillcoffeeandwinebar/?hl=en", }, { label: "Twitter", -- 2.49.1