Skip to content

Commit

Permalink
fix(Career): correct links
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel authored Jan 5, 2025
1 parent 5d7b80c commit 5584d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/common/components/Sidebar/MobileActionBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const MobileActionBar = async ({ className }: Props) => {
{showCareer && (
<li className="h-full py-1">
<Link
href="/app/documents"
href="/app/career"
className="flex flex-col items-center justify-center px-4 h-full active:bg-neutral-700 rounded"
>
<TbMilitaryRank className="text-xl" />
Expand Down Expand Up @@ -226,7 +226,7 @@ export const MobileActionBar = async ({ className }: Props) => {
{showCareer && (
<li>
<Link
href="/app/documents"
href="/app/career"
className="flex gap-2 items-center p-4 active:bg-neutral-700 rounded"
>
<TbMilitaryRank />
Expand Down

0 comments on commit 5584d08

Please sign in to comment.