Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiequach committed Oct 8, 2024
1 parent 4b74b2b commit d16abac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CollectionItemCard/CollectionItemCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import CollectionUtils from "~/src/util/CollectionUtils";
import Ctas from "~/src/components/CollectionItemCard/Ctas";
import EditionYear from "~/src/components/CollectionItemCard/EditionYear";
import PublisherAndLocation from "~/src/components/CollectionItemCard/PublisherAndLocation";
import LicenseLink from "~/src/components/CollectionItemCard/LicenseLink";
import CopyrightLink from "~/src/components/CollectionItemCard/CopyrightLink";
import LanguageDisplayText from "~/src/components/CollectionItemCard/LanguageDisplayText";

// Creates an Collection item card out of the collectionItem object
Expand Down Expand Up @@ -56,7 +56,7 @@ export const CollectionItemCard: React.FC<{
publisher={publisher}
/>
<LanguageDisplayText language={language} />
<LicenseLink rights={rights} />
<CopyrightLink rights={rights} />
</CardContent>
<CardActions display="flex" flexDir="column" whiteSpace="nowrap" gap={4}>
<Ctas
Expand Down

0 comments on commit d16abac

Please sign in to comment.