From 57480a90834db8d1225dc8561d7cb4a1ccbea35b Mon Sep 17 00:00:00 2001 From: Peter Buschenreiter Date: Sun, 17 Sep 2023 17:00:47 +0200 Subject: [PATCH] updated alt text --- src/lib/images/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/images/index.ts b/src/lib/images/index.ts index 97e608e..979f14f 100644 --- a/src/lib/images/index.ts +++ b/src/lib/images/index.ts @@ -24,7 +24,7 @@ const expo4 = { src: expo4Src, alt: 'Selfie of Seif, Filip and myself at Future const selfie = { src: selfieSrc, alt: 'Selfie in Vienna on a nice summer day' }; const style = { src: styleSrc, alt: 'Philip and I trying out stylish coats' }; const subway = { src: subwaySrc, alt: 'Posing in front of the subway in Vienna' }; -const weirdStare = { src: weirdStareSrc, alt: 'Unknowingly got photgraphed while strolling at the christmas market in Vienna' }; +const weirdStare = { src: weirdStareSrc, alt: 'Surprisingly got photgraphed while strolling at the christmas market in Vienna' }; export { expo1,