mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 20:00:25 +00:00
Add missing h-screen class
This commit is contained in:
@@ -133,7 +133,7 @@ const GitProfile = ({ config }) => {
|
|||||||
social={sanitizedConfig.social}
|
social={sanitizedConfig.social}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<div className="fade-in">
|
<div className="fade-in h-screen">
|
||||||
{error ? (
|
{error ? (
|
||||||
<ErrorPage
|
<ErrorPage
|
||||||
status={`${error.status}`}
|
status={`${error.status}`}
|
||||||
|
|||||||
Reference in New Issue
Block a user