From 2971880ee9783aeb334e419daafe6752775d736d Mon Sep 17 00:00:00 2001 From: Oliver Boehlk Date: Sat, 18 Apr 2020 03:14:38 +0200 Subject: [PATCH] fix date --- frontend/src/components/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/content.js b/frontend/src/components/content.js index a2a6a73..2369ca6 100644 --- a/frontend/src/components/content.js +++ b/frontend/src/components/content.js @@ -23,7 +23,7 @@ export default function Content() {
- } /> + } />
);