diff --git a/logo/logo.sketch b/logo/logo.sketch index d9fa27e..8f96757 100644 Binary files a/logo/logo.sketch and b/logo/logo.sketch differ diff --git a/src/artworks/0_artworks-list/artworksList.tsx b/src/artworks/0_artworks-list/artworksList.tsx index 95bf689..f25f14f 100644 --- a/src/artworks/0_artworks-list/artworksList.tsx +++ b/src/artworks/0_artworks-list/artworksList.tsx @@ -17,7 +17,7 @@ export interface IArtworkItem { textColor?: `#${string}`; full?: boolean; // Only use this if you really have no other but to claim more space. oneLink?: ILink; - editedAt?: Date; + editedAt: Date; } const artworksList: IArtworkItem[] = [ diff --git a/src/website/artwork/Artwork.tsx b/src/website/artwork/Artwork.tsx index efa1b24..f8ac6aa 100644 --- a/src/website/artwork/Artwork.tsx +++ b/src/website/artwork/Artwork.tsx @@ -34,7 +34,9 @@ export default function Artwork({ artwork }: ArtWrapperProps): ReactElement { )}