Skip to content

Commit

Permalink
feat: add missing alt
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jan 5, 2024
1 parent aaa5135 commit 52327a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/o/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Page() {

}, []);
return <div className={"flex flex-col justify-center items-center h-screen w-screen gap-8"}>
<Image src="/oing_icon.png" width={200} height={200} />
<Image src="/oing_icon.png" width={200} height={200} alt={"logo"} />
<div className={"text-center text-lg text-gray-300"}>
{platform == "unknown" ? <span>모바일에서만 접근할 수 있어요</span> : (platform == "ios" ? appStoreInfo : playStoreInfo)}
</div>
Expand Down

0 comments on commit 52327a9

Please sign in to comment.