Skip to content

Commit

Permalink
fix: use project tagline in spotlight card
Browse files Browse the repository at this point in the history
  • Loading branch information
tomquirk committed Feb 13, 2024
1 parent 0913e4d commit 340340d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ export function SpotlightProjectCard({ project }: { project: DBProject }) {
/>
</div>
<div className="mb-6">
{metadata?.description ? (
{metadata?.projectTagline ? (
<Paragraph
description={metadata.description}
description={metadata.projectTagline}
characterLimit={150}
className="text-sm text-grey-600 dark:text-slate-200"
/>
Expand Down

0 comments on commit 340340d

Please sign in to comment.