メニュー、フッター内Storeリンク修正
This commit is contained in:
parent
72ff38c274
commit
a8afd4ef48
|
|
@ -34,7 +34,7 @@ export default async function Footer({ company }: Props) {
|
||||||
<Link href="/company">COMPANY</Link>
|
<Link href="/company">COMPANY</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href="/webstore">WEBSTORE</Link>
|
<Link href="https://base-cafe.stores.jp/">WEBSTORE</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<span className="block font-semibold">Instagram</span>
|
<span className="block font-semibold">Instagram</span>
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ const menuItems: MenuItem[] = [
|
||||||
{ label: "会社情報", href: "/company" },
|
{ label: "会社情報", href: "/company" },
|
||||||
{
|
{
|
||||||
label: "ウェブストア",
|
label: "ウェブストア",
|
||||||
href: "https://store.basecafe.jp",
|
href: "https://base-cafe.stores.jp/",
|
||||||
external: true,
|
external: true,
|
||||||
icon: <ShoppingBag className="mr-2 w-4 h-4 text-stone-700" />,
|
icon: <ShoppingBag className="mr-2 w-4 h-4 text-stone-700" />,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user