Skip to content

Commit

Permalink
little fix in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Aug 31, 2024
1 parent 9887337 commit 2e9cebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/careers/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Hero from "../_components/hero";
import JobBoard from "./jobBoard";
import Footer from "../_components/footer";

export default function PageBlogPosts() {
export default function PageCareers() {
return (
<main>
<Hero title="Careers" clsTitle="text-5xl" className="bg-gjs min-h-[300px]"/>
Expand Down

0 comments on commit 2e9cebe

Please sign in to comment.