From 6020ecf818902ce6102c8f184a613aea8148e88d Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Thu, 19 May 2022 19:54:10 +0600 Subject: [PATCH] Add missing `h-screen` class --- src/components/GitProfile.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GitProfile.jsx b/src/components/GitProfile.jsx index 53b1d1e..f6a968c 100644 --- a/src/components/GitProfile.jsx +++ b/src/components/GitProfile.jsx @@ -133,7 +133,7 @@ const GitProfile = ({ config }) => { social={sanitizedConfig.social} /> )} -
+
{error ? (