From 75830122bfad9f676f4fc6694cac4a85eb244fc8 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Sun, 7 May 2023 17:34:17 +0700 Subject: [PATCH] add view mockup to daily page header --- src/app/daily/components/header.tsx | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/app/daily/components/header.tsx b/src/app/daily/components/header.tsx index 4398328e..1172284b 100644 --- a/src/app/daily/components/header.tsx +++ b/src/app/daily/components/header.tsx @@ -6,6 +6,39 @@ export const Header = () => { +
+ + + + + +
+
+ +
+
+ +
);