hash to id

This commit is contained in:
imnyang 2025-05-08 22:23:20 +09:00
commit 46bb4617d4
2 changed files with 16 additions and 1 deletions

View file

@ -176,7 +176,7 @@ export default function Timeline() {
}, [isVisible, count]);
return (
<div ref={TimelineRef} className="w-full flex flex-col items-center justify-center mt-8">
<div id="timeline" ref={TimelineRef} className="w-full flex flex-col items-center justify-center mt-8">
<div className="w-full">
<h1 className="text-2xl font-bold mb-4 w-full">🌠 </h1>
<p> {count} !</p>