From 345d3fba7c4ce83b054a8abbaef2c1d0276e6ab7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 00:12:39 +0000 Subject: [PATCH 01/13] Initial plan From 1bbe69f0972208f0d1c54c8f786e276973913817 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 00:20:45 +0000 Subject: [PATCH 02/13] Add MakamujoBanner component and place it on all required pages Co-authored-by: nahcnuj <2093896+nahcnuj@users.noreply.github.com> --- app/components/Article.tsx | 2 ++ app/components/MakamujoBanner.tsx | 40 +++++++++++++++++++++++++++++++ app/routes/diary/index.tsx | 2 ++ app/routes/essays/index.tsx | 2 ++ app/routes/index.tsx | 2 ++ app/routes/works/index.tsx | 2 ++ 6 files changed, 50 insertions(+) create mode 100644 app/components/MakamujoBanner.tsx diff --git a/app/components/Article.tsx b/app/components/Article.tsx index bdf92e5..af519da 100644 --- a/app/components/Article.tsx +++ b/app/components/Article.tsx @@ -2,6 +2,7 @@ import { css } from 'hono/css' import { html } from 'hono/html' import type { ArticleLink } from '../lib/articles' import AdMax from './AdMax' +import MakamujoBanner from './MakamujoBanner' import RelatedArticles from './RelatedArticles' const articleClass = css` @@ -161,6 +162,7 @@ ${'' /*