Skip to content

Commit

Permalink
chore(legacy): change calendly link
Browse files Browse the repository at this point in the history
  • Loading branch information
BleedingDev committed Dec 2, 2024
1 parent 9b0be92 commit 84b4a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/legacy_nmit/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NextPage } from "next"
import type { NextPage } from "next"
import { Menu } from "../components/Menu"
import { DownArrow } from "../components/DownArrow"
import { Footer } from "../components/Footer"
Expand All @@ -11,7 +11,7 @@ import { CompanyForm } from "../components/CompanyForm"
import { Employees } from "../components/Employees"
import { SideDecoration } from "../components/SideDecoration"

const employeeFormLink = "https://calendly.com/naucme_it/30min"
const employeeFormLink = "https://calendly.com/pavel-koudelka-naucme/15-minutova-seznamovacka"
const links = [
{ title: "Jsem student", link: "/education" },
{ title: "Jak to funguje?", link: "#how" },
Expand Down
4 changes: 2 additions & 2 deletions apps/legacy_nmit/pages/interested.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Head } from "../components/Head"
const Interested: NextPage = () => {
useEffect(() => {
setTimeout(() => {
window && window?.location.replace("https://calendly.com/naucme_it/30min")
window && window?.location.replace("https://calendly.com/pavel-koudelka-naucme/15-minutova-seznamovacka")
}, 3000)
}, [])

Expand All @@ -24,7 +24,7 @@ const Interested: NextPage = () => {
<h1 className='mx-10 mb-10 text-5xl text-center text-white mt-80'>Přesměrovávám na formulář...</h1>
<span className='mx-10 text-center text-white '>
Přesměrování neproběhlo? Klikni prosím{" "}
<a className='underline' href='https://calendly.com/naucme_it/30min'>
<a className='underline' href='https://calendly.com/pavel-koudelka-naucme/15-minutova-seznamovacka'>
zde
</a>
.
Expand Down

0 comments on commit 84b4a8f

Please sign in to comment.