parent
28ffd0bce9
commit
aaf3ed3b8c
5 changed files with 24 additions and 29 deletions
|
|
@ -93,7 +93,7 @@ export default function Contact() {
|
|||
return (
|
||||
<div className="flex flex-row space-x-4">
|
||||
{contact.map((method) => (
|
||||
<Tooltip key={method.name}>
|
||||
<Tooltip key={method.name} delayDuration={200}>
|
||||
<TooltipTrigger asChild>
|
||||
<button
|
||||
type="button"
|
||||
|
|
@ -103,7 +103,7 @@ export default function Contact() {
|
|||
{method.icon}
|
||||
</button>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent>
|
||||
<TooltipContent side="bottom">
|
||||
<p>{method.name}</p>
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@ export default function TimelineComponent() {
|
|||
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>
|
||||
<br />
|
||||
{/* <h1 className="text-2xl font-bold mb-4 w-full">💫 이 사람은 무엇을 하나요?</h1> */}
|
||||
{/* <br /> */}
|
||||
<div className="flex flex-col md:flex-row gap-4 h-full">
|
||||
{/* Left column - Year buttons */}
|
||||
<div className="w-full md:w-24 flex flex-row md:flex-col gap-2 overflow-y-auto pr-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue