Skip to content

Commit

Permalink
change careers url
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy1412 committed Nov 1, 2024
1 parent 53b3747 commit d549fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Header() {
<NavLink href="/work">Work</NavLink>

<Link
href="https://apply.workable.com/itering/"
href="https://itering-io.breezy.hr/"
target="_blank"
rel="noopener noreferrer"
className="relative hidden text-[16px] font-normal uppercase leading-6 tracking-[1px] text-white after:absolute after:bottom-0 after:left-0 after:h-0.5 after:w-full after:origin-bottom-right after:scale-x-0 after:bg-white after:transition-transform after:duration-300 after:ease-out hover:after:origin-bottom-left hover:after:scale-x-100 md:block"
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/mobile-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default function MobileNav() {
className="text-center"
>
<Link
href="https://apply.workable.com/itering/"
href="https://itering-io.breezy.hr/"
className="block text-[16px] font-semibold leading-[24px] tracking-[1px] text-white"
onClick={() => setIsOpen(false)}
>
Expand Down

0 comments on commit d549fb2

Please sign in to comment.