From d52e62254c8faace9e95456b09527331f7eec914 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Sun, 24 May 2026 15:34:07 +0700 Subject: [PATCH] =?UTF-8?q?Keep=20category=20name=20as=20=E0=B8=AD?= =?UTF-8?q?=E0=B8=B8=E0=B8=9B=E0=B8=81=E0=B8=A3=E0=B8=93=E0=B9=8C=E0=B8=94?= =?UTF-8?q?=E0=B8=B1=E0=B8=9A=E0=B9=80=E0=B8=9E=E0=B8=A5=E0=B8=B4=E0=B8=87?= =?UTF-8?q?,=20change=20link=20to=20/=E0=B8=95=E0=B8=B9=E0=B9=89=E0=B8=94?= =?UTF-8?q?=E0=B8=B1=E0=B8=9A=E0=B9=80=E0=B8=9E=E0=B8=A5=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 d1464b5..4c1c89e 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 50d23bf..55fe506 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' }, ] },