diff --git a/packages/www/src/app/layout.tsx b/packages/www/src/app/layout.tsx index 5e29c9d..3061ec9 100644 --- a/packages/www/src/app/layout.tsx +++ b/packages/www/src/app/layout.tsx @@ -15,7 +15,7 @@ const inter = Inter({ subsets: ["latin"] }); const metadata: Metadata = { title: "Phil Ostler", description: - "Personal website for Phil Ostler: Engineer, Founder, Duathlete, Aspiring Triathlete.", + "Personal website for Phil Ostler: Engineer, Duathlete, Aspiring Triathlete.", }; const layout = ({ children }: Props) => ( diff --git a/packages/www/src/components/WorkSection/WorkSection.tsx b/packages/www/src/components/WorkSection/WorkSection.tsx index 2eeac51..aae4095 100644 --- a/packages/www/src/components/WorkSection/WorkSection.tsx +++ b/packages/www/src/components/WorkSection/WorkSection.tsx @@ -2,7 +2,7 @@ import { Section } from "@/components"; const WorkSection = () => (
- Engineer • Founder • Duathlete • Aspiring Triathlete + Engineer • Duathlete • Aspiring Triathlete
);