From 1abb4faaf2b1141292f4c92545877ba204e355e1 Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Thu, 14 Jul 2022 22:39:45 +0200 Subject: [PATCH] Fix description of Heat --- src/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.ts b/src/data.ts index f0db501..f7406d6 100644 --- a/src/data.ts +++ b/src/data.ts @@ -26,7 +26,7 @@ export const photos: Photo[] = [ title: "Heat", altText: "An orange passageway with windows on all walls", date: "2022", - description: "A passageway Venice." + description: "A passageway in Venice." } ]