From 856ad5ff7a8ffef0a409a4110bc433fdab6fe26d Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Sun, 24 May 2026 15:36:03 +0700 Subject: [PATCH] =?UTF-8?q?Change=20menu=20label=20to=20=E0=B8=95=E0=B8=B9?= =?UTF-8?q?=E0=B9=89=E0=B8=94=E0=B8=B1=E0=B8=9A=E0=B9=80=E0=B8=9E=E0=B8=A5?= =?UTF-8?q?=E0=B8=B4=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Header.astro | 2 +- src/layouts/BaseLayout.astro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/common/Header.astro b/src/components/common/Header.astro index 4c1c89e..d1464b5 100644 --- a/src/components/common/Header.astro +++ b/src/components/common/Header.astro @@ -61,7 +61,7 @@ const productCategories = [ { label: "Maxflex", href: "/maxflex" }, { label: "เทอร์โมเบรค Thermobreak", href: "/เทอร์โมเบรค-thermobreak" }, { label: "Realflex", href: "/realflex" }, - { label: "อุปกรณ์ดับเพลิง", href: "/ตู้ดับเพลิง" }, + { label: "ตู้ดับเพลิง", href: "/ตู้ดับเพลิง" }, { label: "รั้วเทวดา", href: "/รั้วเทวดา" }, { label: "ระบบรั้วไวน์แมน", href: "/ระบบรั้วไวน์แมน" }, ] diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 55fe506..50d23bf 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -53,10 +53,10 @@ const categories = [ ] }, { - name: 'อุปกรณ์ดับเพลิง', + name: 'ตู้ดับเพลิง', slug: '/ตู้ดับเพลิง', subcategories: [ - { name: 'อุปกรณ์ดับเพลิง', slug: '/ตู้ดับเพลิง' }, + { name: 'ตู้ดับเพลิง', slug: '/ตู้ดับเพลิง' }, { name: 'Realflex', slug: '/realflex' }, ] },