This commit is contained in:
암냥 2025-02-10 19:58:58 +09:00
commit 4894d415e0
2 changed files with 15 additions and 20 deletions

View file

@ -46,44 +46,44 @@ export default function BottomBar() {
</DropdownMenuTrigger> </DropdownMenuTrigger>
<DropdownMenuContent align="end"> <DropdownMenuContent align="end">
<DropdownMenuItem asChild> <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" ? ( {location.hash === "#top" ? (
<BadgeCheck /> <BadgeCheck />
) : ( ) : (
<House /> <House />
)} )}
<Link to="/#top">Home</Link> Home
</div> </Link>
</DropdownMenuItem> </DropdownMenuItem>
<DropdownMenuItem asChild> <DropdownMenuItem asChild>
<div className="flex flex-row gap-2 items-center"> <Link to="/#about" className="flex flex-row gap-2 items-center">
{location.hash === "#top" ? ( {location.hash === "#about" ? (
<BadgeCheck /> <BadgeCheck />
) : ( ) : (
<CircleHelp /> <CircleHelp />
)} )}
<Link to="/#about">About</Link> About
</div> </Link>
</DropdownMenuItem> </DropdownMenuItem>
<DropdownMenuItem asChild> <DropdownMenuItem asChild>
<div className="flex flex-row gap-2 items-center"> <Link to="/#timeline" className="flex flex-row gap-2 items-center">
{location.hash === "#top" ? ( {location.hash === "#timeline" ? (
<BadgeCheck /> <BadgeCheck />
) : ( ) : (
<ChartGantt /> <ChartGantt />
)} )}
<Link to="/#timeline">Timeline</Link> Timeline
</div> </Link>
</DropdownMenuItem> </DropdownMenuItem>
<DropdownMenuItem asChild> <DropdownMenuItem asChild>
<div className="flex flex-row gap-2 items-center"> <Link to="/#contact" className="flex flex-row gap-2 items-center">
{location.hash === "#top" ? ( {location.hash === "#contact" ? (
<BadgeCheck /> <BadgeCheck />
) : ( ) : (
<PhoneCall /> <PhoneCall />
)} )}
<Link to="/#contact">Contact</Link> Contact
</div> </Link>
</DropdownMenuItem> </DropdownMenuItem>
<DropdownMenuSeparator /> <DropdownMenuSeparator />
<DropdownMenuLabel>© 2021-2025 imnyang</DropdownMenuLabel> <DropdownMenuLabel>© 2021-2025 imnyang</DropdownMenuLabel>

View file

@ -72,11 +72,6 @@ const events = [
description: "Dreamhack #133", description: "Dreamhack #133",
link: "https://dreamhack.io/users/40116/wargame", link: "https://dreamhack.io/users/40116/wargame",
}, },
{
date: "2023-12-20",
description: "LG AI 청소년 캠프 1기 합격",
category: "Education",
},
{ {
date: "2023-11-14", date: "2023-11-14",
description: "인천상정중학교 2023학년도 SW 문제 해결 활동 우수상(2위) 수여", description: "인천상정중학교 2023학년도 SW 문제 해결 활동 우수상(2위) 수여",