Skip to content

Commit

Permalink
chore: add tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
hidaviddong committed Jul 2, 2024
1 parent 3a64111 commit 4d92a4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/project/react/+Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ 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>
<div className="flex flex-col space-y-12 mt-4">
<p>Using the <span className="font-mono">requestIdleCallback</span> API, but Safari doesn't support it.</p>
<div className="flex flex-col space-y-12">
<div className="flex flex-col justify-center items-center">
<iframe
scrolling="no"
Expand Down

0 comments on commit 4d92a4c

Please sign in to comment.