Skip to content

Commit 70cfacd

Browse files
committed
feat: Create dynamic author profile page with Firebase data fetching, social links, and SEO.
1 parent b94cdab commit 70cfacd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/team/[author]/page.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,10 @@ export default async function Page({
232232

233233
{/* **Author Biography** */}
234234
<article>
235-
<h1 className="text-subheading pb-8">{authorData.name}</h1>
235+
<h1 className="text-subheading pb-2">{authorData.name}</h1>
236+
<p className="text-blog-summary pb-12 text-white/50">
237+
{authorData.job}
238+
</p>
236239
<p className="text-blog-summary pb-12">
237240
{authorData.biography.summary}
238241
</p>

0 commit comments

Comments
 (0)