Skip to content

Commit

Permalink
Merge branch 'develop' into feature/implement-create-task-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
itizawa committed Dec 18, 2023
2 parents 758d6f5 + 6063153 commit 0491240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default async function Page() {
<div className="min-h-[500px] max-w-[1024px] mx-auto flex flex-col-reverse md:flex-row justify-center gap-[16px] md:gap-[48px]">
<div className="flex flex-col justify-center px-[16px] pb-[32px]">
<h1 className="text-2xl font-bold mb-[8px]">目標達成に向けて一歩を踏み出そう</h1>
<p className="text-slate-600 mb-[24px]">オンライン日報は日毎の振り返りをサポートするアプリケーションです</p>
<p className="text-slate-600 mb-[24px]">みんなの日報は日々の振り返りをサポートするアプリケーションです</p>
<StartButton currentUser={currentUser} objective={objective} />
<Link href="https://twitter.com/same_gum" className="mt-[40px]" target="_blank">
開発進捗はXで発信しています
Expand Down

0 comments on commit 0491240

Please sign in to comment.