HotFix
This commit is contained in:
parent
de09401b68
commit
4894d415e0
2 changed files with 15 additions and 20 deletions
|
|
@ -46,44 +46,44 @@ export default function BottomBar() {
|
|||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent align="end">
|
||||
<DropdownMenuItem asChild>
|
||||
<div className="flex flex-row gap-2 items-center">
|
||||
<Link to="/#top" className="flex flex-row gap-2 items-center">
|
||||
{location.hash === "#top" ? (
|
||||
<BadgeCheck />
|
||||
) : (
|
||||
<House />
|
||||
)}
|
||||
<Link to="/#top">Home</Link>
|
||||
</div>
|
||||
Home
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem asChild>
|
||||
<div className="flex flex-row gap-2 items-center">
|
||||
{location.hash === "#top" ? (
|
||||
<Link to="/#about" className="flex flex-row gap-2 items-center">
|
||||
{location.hash === "#about" ? (
|
||||
<BadgeCheck />
|
||||
) : (
|
||||
<CircleHelp />
|
||||
)}
|
||||
<Link to="/#about">About</Link>
|
||||
</div>
|
||||
About
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem asChild>
|
||||
<div className="flex flex-row gap-2 items-center">
|
||||
{location.hash === "#top" ? (
|
||||
<Link to="/#timeline" className="flex flex-row gap-2 items-center">
|
||||
{location.hash === "#timeline" ? (
|
||||
<BadgeCheck />
|
||||
) : (
|
||||
<ChartGantt />
|
||||
)}
|
||||
<Link to="/#timeline">Timeline</Link>
|
||||
</div>
|
||||
Timeline
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem asChild>
|
||||
<div className="flex flex-row gap-2 items-center">
|
||||
{location.hash === "#top" ? (
|
||||
<Link to="/#contact" className="flex flex-row gap-2 items-center">
|
||||
{location.hash === "#contact" ? (
|
||||
<BadgeCheck />
|
||||
) : (
|
||||
<PhoneCall />
|
||||
)}
|
||||
<Link to="/#contact">Contact</Link>
|
||||
</div>
|
||||
Contact
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuSeparator />
|
||||
<DropdownMenuLabel>© 2021-2025 imnyang</DropdownMenuLabel>
|
||||
|
|
|
|||
|
|
@ -72,11 +72,6 @@ const events = [
|
|||
description: "Dreamhack #133",
|
||||
link: "https://dreamhack.io/users/40116/wargame",
|
||||
},
|
||||
{
|
||||
date: "2023-12-20",
|
||||
description: "LG AI 청소년 캠프 1기 합격",
|
||||
category: "Education",
|
||||
},
|
||||
{
|
||||
date: "2023-11-14",
|
||||
description: "인천상정중학교 2023학년도 SW 문제 해결 활동 우수상(2위) 수여",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue