Skip to content

Commit

Permalink
feat: remove founder copy
Browse files Browse the repository at this point in the history
  • Loading branch information
philostler committed Sep 14, 2024
1 parent 4d3e514 commit 8b2de80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/www/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => (
Expand Down
2 changes: 1 addition & 1 deletion packages/www/src/components/WorkSection/WorkSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Section } from "@/components";

const WorkSection = () => (
<Section icon="💪" name="Work">
Engineer • Founder • Duathlete • Aspiring Triathlete
Engineer • Duathlete • Aspiring Triathlete
</Section>
);

Expand Down

0 comments on commit 8b2de80

Please sign in to comment.