Skip to content

Commit

Permalink
improvement: update data model
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Aug 12, 2024
1 parent 0257d65 commit f3b4a6c
Show file tree
Hide file tree
Showing 8 changed files with 11,182 additions and 4,391 deletions.
2 changes: 1 addition & 1 deletion app/(index)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function IndexPage(_props: IndexPageProps): ReactNode {
<h1 className="sr-only">A random sample of Thomas Bernhard translations</h1>
<PublicationGrid>
{pubs.map((p) => {
return <ClickablePublicationThumbnail key={p.signatur} publication={p} />;
return <ClickablePublicationThumbnail key={p.id} publication={p} />;
})}
</PublicationGrid>
</MainContent>
Expand Down
Loading

0 comments on commit f3b4a6c

Please sign in to comment.