From 56e6282f685f2787761bfa1f6b8231e1999a9f87 Mon Sep 17 00:00:00 2001 From: skidoodle <53189968+skidoodle@users.noreply.github.com> Date: Tue, 11 Apr 2023 04:17:14 +0200 Subject: [PATCH] .minor changes --- src/components/MainLayout.tsx | 2 +- src/components/SocialLayout.tsx | 24 +++++++-------- src/components/SpotifyCard.tsx | 52 +++++++++++++++------------------ src/pages/index.tsx | 6 +--- 4 files changed, 36 insertions(+), 48 deletions(-) diff --git a/src/components/MainLayout.tsx b/src/components/MainLayout.tsx index bfa867b..6cc8541 100644 --- a/src/components/MainLayout.tsx +++ b/src/components/MainLayout.tsx @@ -12,7 +12,7 @@ export const MainLayout = () => {
+
{Math.floor( (new Date().getTime() - new Date('2004-07-22').getTime()) / (1000 * 60 * 60 * 24 * 365.25), diff --git a/src/components/SocialLayout.tsx b/src/components/SocialLayout.tsx index 60785b6..54bf6ff 100644 --- a/src/components/SocialLayout.tsx +++ b/src/components/SocialLayout.tsx @@ -4,18 +4,16 @@ import React from 'react'; export const SocialLayout = () => { return ( - <> -