From a8afd4ef4846721e27a12b685bec9ddf4931eec9 Mon Sep 17 00:00:00 2001 From: system_master Date: Sat, 1 Nov 2025 18:38:05 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A1=E3=83=8B=E3=83=A5=E3=83=BC=E3=80=81?= =?UTF-8?q?=E3=83=95=E3=83=83=E3=82=BF=E3=83=BC=E5=86=85Store=E3=83=AA?= =?UTF-8?q?=E3=83=B3=E3=82=AF=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer.tsx | 2 +- src/components/Header.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 45b3ac0..a1a2ec9 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -34,7 +34,7 @@ export default async function Footer({ company }: Props) { COMPANY
  • - WEBSTORE + WEBSTORE
  • Instagram diff --git a/src/components/Header.tsx b/src/components/Header.tsx index f9a0a11..7c246b1 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -32,7 +32,7 @@ const menuItems: MenuItem[] = [ { label: "会社情報", href: "/company" }, { label: "ウェブストア", - href: "https://store.basecafe.jp", + href: "https://base-cafe.stores.jp/", external: true, icon: , },