Skip to content

Commit 69a14e4

Browse files
committed
fix org id
1 parent 45dd1eb commit 69a14e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/components/ProjectSection/ApproachTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const ApproachTabs: React.FC<{ phases: Phase[] }> = ({ phases }) => {
6161
<div
6262
className={
6363
"absolute inset-0 left-0 z-1 rounded-xl bg-gradient-to-br from-slate-500 to-slate-900 [box-shadow:var(--button-shadow)] sm:inset-y-2" +
64-
" phase-1:translate-x-[0%] phase-2:translate-x-[100%] phase-3:translate-x-[200%] phase-4:translate-x-[300%] phase-5:translate-x-[400%] transition-transform duration-300 ease-in-out"
64+
"phase-1:translate-x-[0%] phase-2:translate-x-[100%] phase-3:translate-x-[200%] phase-4:translate-x-[300%] phase-5:translate-x-[400%] transition-transform duration-300 ease-in-out"
6565
}
6666
style={{
6767
width: `${tabWidthPct}%`,

config/schemas.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export function buildProjectGraphMinimal(slug: string, pd: ProjectData, type = "
9090
...(pd.hero.link ? { sameAs: [pd.hero.link] } : {}),
9191
mainEntityOfPage: id,
9292
isPartOf: { "@id": `${SITE}${SITE_SLUGS.projects}#page` },
93-
author: { "@id": `${SITE}#austin` },
93+
author: { "@id": `${SITE}/#austin-serb` },
9494
publisher: { "@id": `${SITE}#org` },
9595
inLanguage: "en",
9696
},
@@ -193,7 +193,7 @@ export const siteGraph = {
193193
},
194194
{
195195
"@type": "Person",
196-
"@id": `${SITE}#austin`,
196+
"@id": `${SITE}/#austin-serb`,
197197
name: "Austin Serb",
198198
url: SITE,
199199
jobTitle: "Full-Stack Engineer",

0 commit comments

Comments
 (0)