Skip to content

Commit

Permalink
Fixed title not appearing in related technology cards (#3483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinator444 authored Jan 13, 2025
1 parent a2310d5 commit 2490732
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const TechnologyCardCarousel = ({ data }) => {
return {
guid: card.node.associatedGroup?.name,
image: card.node.thumbnail,
title: card.node.name,
heading: card.node.name,
altText: card.node.name,
description: card.node.body,
embeddedButton: {
Expand Down

0 comments on commit 2490732

Please sign in to comment.