Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Moore committed Nov 28, 2024
1 parent faf1fcd commit c38583d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ export const GenericTile = ({
const { formatMessage } = useIntl()

const translatedInfoLabel = formatMessage({
id: "kzGenericTile.infoButtonLabel",
defaultMessage: "View more information:",
description:
"Prompts user to interact with button to reveal more information",
})
id: "kzGenericTile.infoButtonLabel",
defaultMessage: "View more information:",
description:
"Prompts user to interact with button to reveal more information",
})

const renderTitle = (): JSX.Element => (
<div className={styles.title}>
Expand Down

0 comments on commit c38583d

Please sign in to comment.