Skip to content

Commit

Permalink
docs(nxdev): add sponsor-card type (nrwl#11322)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes authored Jul 27, 2022
1 parent d9b7e80 commit 12a3632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/ui-sponsor-card/src/lib/sponsor-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface Sponsor {
description: string;
linkTarget: string;
}
export function SponsorCard(data: Sponsor) {
export function SponsorCard(data: Sponsor): JSX.Element {
return (
<figure className="align-center grid h-full grid-cols-1 items-center justify-center gap-12 py-6 md:grid-cols-3">
<div className="rounded-full md:col-span-1">
Expand Down

0 comments on commit 12a3632

Please sign in to comment.