From f4da26bfe7e7372e53b203df716ce649147c38f4 Mon Sep 17 00:00:00 2001 From: Theodorus Clarence Date: Thu, 17 Mar 2022 20:32:05 +0700 Subject: [PATCH] fix: projects can't be opened on ios because of date format error --- src/contents/projects/ppdbsumsel.mdx | 2 +- src/contents/projects/side-projects.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contents/projects/ppdbsumsel.mdx b/src/contents/projects/ppdbsumsel.mdx index f9982d6f..e9e4eaf9 100644 --- a/src/contents/projects/ppdbsumsel.mdx +++ b/src/contents/projects/ppdbsumsel.mdx @@ -2,7 +2,7 @@ title: 'PPDB Sumatera Selatan' description: 'A website to facilitate students from Sumatera Selatan to register to local high school.' category: 'Team of 4, as the Frontend Lead' -publishedAt: '2021-11-4' +publishedAt: '2021-11-04' techs: 'react,tailwindcss' banner: 'projects/ppdbsumsel/ppdbsumsel-banner_msa4i5' link: 'https://ppdbsumsel.net' diff --git a/src/contents/projects/side-projects.mdx b/src/contents/projects/side-projects.mdx index 350a8e46..0aca62d6 100644 --- a/src/contents/projects/side-projects.mdx +++ b/src/contents/projects/side-projects.mdx @@ -1,7 +1,7 @@ --- title: 'Side Projects' description: 'Simple projects that I built to fix small problems I found everyday.' -publishedAt: '2021-11-2' +publishedAt: '2021-11-02' techs: 'nextjs,tailwindcss,notion' banner: 'projects/side-projects_in0q9o' link: '/projects/side-projects'