Skip to content

Commit

Permalink
Update page.tsx (#58) (#59)
Browse files Browse the repository at this point in the history
* Update page.tsx

Update careers' link

* Update index.tsx

* Update mobile-nav.tsx
  • Loading branch information
1022ranji authored Nov 13, 2024
1 parent dd16d20 commit baaa312
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const structuredData = {
},
{
'@type': 'EntryPoint',
urlTemplate: 'https://itering-io.breezy.hr/',
urlTemplate: 'https://hirevise.com/itering',
name: 'CAREERS'
},
{
Expand Down
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://itering-io.breezy.hr/"
href="https://hirevise.com/itering"
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://itering-io.breezy.hr/"
href="https://hirevise.com/itering"
className="block text-[16px] font-semibold leading-[24px] tracking-[1px] text-white"
onClick={() => setIsOpen(false)}
>
Expand Down

0 comments on commit baaa312

Please sign in to comment.