From 2c86b234a32c9c58b7d14274b9b11ac6320f4a03 Mon Sep 17 00:00:00 2001 From: Yuhei Yasuda Date: Tue, 3 Dec 2024 01:52:09 +0900 Subject: [PATCH] update primary items --- src/pages/index.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 6ccaf20..88f05fb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -44,6 +44,7 @@ const primaryItems = [ toPrimaryItem(await getEntry('blog', '2024-07-22-text-wrap-in-japanese')), toPrimaryItem(await getEntry('contributions', '2023-07-24-gihyojp-tailwindcss')), toPrimaryItem(await getEntry('blog', '2022-11-03-how-to-understand-the-markup')), + toPrimaryItem(await getEntry('blog', '2022-08-14-same-width-buttons')), toPrimaryItem(await getEntry('blog', '2022-08-01-declarative-design')), toPrimaryItem(await getEntry('blog', '2022-06-11-css-components')), toPrimaryItem(await getEntry('contributions', '2022-05-27-body-typography')),