Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hidaviddong committed Jul 9, 2024
1 parent f6429d9 commit 2b8650b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/project/comments/+Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default function Page() {
<p className="my-0 text-zinc-700">{project.name}</p>
<p className="my-0 text-zinc-500 text-sm">{project.time} · {project.description}</p>
</div>
<p>Add comments to your website.</p>
<div className="flex flex-col justify-center items-center">
<Image
src="/images/comments.gif"
Expand Down

0 comments on commit 2b8650b

Please sign in to comment.