Skip to content

Commit

Permalink
Merge pull request #87 from jphacks/fix/phone
Browse files Browse the repository at this point in the history
電話で通知を修正
  • Loading branch information
Inlet-back authored Oct 27, 2024
2 parents 9aff743 + 414dd87 commit 55e391e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task_yell/src/app/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ export default function Home() {
<item.icon className="mr-2 h-5 w-5" />
{item.label}
</Button>
{item.label === "通知" && isNotificationsOpen && (
{item.label === "電話通知" && isNotificationsOpen && (
<form
className="ml-7 mt-2 space-y-4"
action={async (data) => {
Expand Down

0 comments on commit 55e391e

Please sign in to comment.