Skip to content

Commit

Permalink
fix: next:動画がない場合の表示微修正(ゴマカシ) #149
Browse files Browse the repository at this point in the history
  • Loading branch information
shari-sushi committed Mar 2, 2024
1 parent c167e8e commit 61a6989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t0016Next/myapp/src/components/layout/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export function NotLoggedIn() {
export function NotFoundVtuber() {
return (
<div className="h-full ">
<h1 className="text-lg pt-1">Vtuberが見つかりません</h1> <br />
<h1 className="text-lg pt-1">Vtuberか歌枠が見つかりません</h1> <br />
<div className="flex flex-col md:flex-none">
<span className="pl-2 pb-4">
Vtuberを登録してみませんか
Vtuberや歌枠を登録してみませんか
</span>
<Link className={`${ToClickTW.regular} justify-center float-right px-3 mr-2 w-24`}
href="/crud/create" >
Expand Down

0 comments on commit 61a6989

Please sign in to comment.