-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from sora32127/add_userverifyed_page
Add userverifyed page
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { NavLink } from "@remix-run/react"; | ||
import { H1 } from "~/components/Headings"; | ||
|
||
export default function UserVerified() { | ||
return ( | ||
<div> | ||
<H1>ユーザー本登録完了</H1> | ||
<div className="text-center"> | ||
<p>ユーザーの本登録が完了しました。</p> | ||
<NavLink to="/login" className="text-info underline underline-offset-4">ログインページへ移動</NavLink> | ||
</div> | ||
</div> | ||
); | ||
} |
adc0b26
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
healthy-person-emulator-dotorg-kmxg – ./
healthy-person-emulator-dotorg.vercel.app
healthy-person-emulator-dotorg-k-git-12b613-sora32127s-projects.vercel.app
healthy-person-emulator-dotorg-kmxg-sora32127s-projects.vercel.app
healthy-person-emulator.org