メニュー、フッター内Storeリンク修正

This commit is contained in:
system_master 2025-11-01 18:38:05 +09:00
parent 72ff38c274
commit a8afd4ef48
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ export default async function Footer({ company }: Props) {
<Link href="/company">COMPANY</Link>
</li>
<li>
<Link href="/webstore">WEBSTORE</Link>
<Link href="https://base-cafe.stores.jp/">WEBSTORE</Link>
</li>
<li>
<span className="block font-semibold">Instagram</span>

View File

@ -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: <ShoppingBag className="mr-2 w-4 h-4 text-stone-700" />,
},