From af73ce0d2e8bd61352fbd1a01bafe9fe9ada0a42 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Thu, 10 Oct 2024 09:41:38 -0700 Subject: [PATCH] chore: shorten our titles in the blog index --- src/components/Author.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Author.astro b/src/components/Author.astro index 6d29ee77..81b002b2 100644 --- a/src/components/Author.astro +++ b/src/components/Author.astro @@ -20,19 +20,19 @@ const authors: Record = { }, eseidel: { name: 'Eric Seidel', - title: 'Founder of Shorebird', + title: 'Founder & CEO', avatar: ericHeadshot, github: 'eseidel', }, felangel: { name: 'Felix Angelov', - title: 'Founding Engineer @ Shorebird', + title: 'Founding Engineer', avatar: felixHeadshot, github: 'felangel', }, bryanoltman: { name: 'Bryan Oltman', - title: 'Founding Engineer @ Shorebird', + title: 'Founding Engineer', avatar: bryanHeadshot, github: 'bryanoltman', },