diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b49591..4f76f3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [main] + branches: [master] pull_request: permissions: diff --git a/src/app/page.tsx b/src/app/page.tsx index df52a8f..c7a199a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import About from "@/components/sections/about/About"; import Projects from "@/components/sections/projects/Projects"; import Skills from "@/components/sections/skills/Skills"; import Education from "@/components/sections/education/Education"; -import ContactForm from "@/components/sections/contact/ContactForm"; +import Contact from "@/components/sections/contact/Contact"; const personJsonLd = { "@context": "https://schema.org", @@ -29,7 +29,7 @@ export default function Home() { - +