hash to id
This commit is contained in:
parent
93f572a0b3
commit
46bb4617d4
2 changed files with 16 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue