File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ import Header from " +/images/activity/develop/solo-dev.jpg" ;
3+ import GlobalLayout from " +/layouts/GlobalLayout.astro" ;
4+ import StaticDocumentWrapper from " +/layouts/StaticDocumentWrapper.astro" ;
5+ import { Focus } from " +/schema" ;
6+
7+ // TODO!!
8+ ---
9+
10+ <GlobalLayout
11+ title =" FAQ"
12+ description =" よくある質問"
13+ focus ={ Focus .none }
14+ image ={ Header }
15+ >
16+ <StaticDocumentWrapper title =" FAQ" header ={ Header } fill =" bg-transparent" >
17+ <span class =" alert alert-error alert-soft" >このページは準備中です。</span >
18+ </StaticDocumentWrapper >
19+ </GlobalLayout >
Original file line number Diff line number Diff line change @@ -63,9 +63,6 @@ const members = (await getCollection("members")).sort(
6363 ))
6464 }
6565 </ul >
66- <p class =" mx-[10%] mt-16 text-white" >
67- このページは準備中です。ほとんどのメンバーの情報は反映されていません。
68- </p >
6966 </main >
7067 <JoinUsCTA > 愉快な仲間が皆さんをお待ちしています!</JoinUsCTA >
7168</GlobalLayout >
You can’t perform that action at this time.
0 commit comments