Skip to content

Commit

Permalink
increase
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Feb 13, 2025
1 parent 0cb8c58 commit 3977e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/extra-pages/Error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ErrorPage = ({ title, text }: IErrorPageProps) => {
backgroundImage: `url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100%25" height="100%25"%3E%3Cpattern id="bg" patternUnits="userSpaceOnUse" width="20" height="20"%3E%3Cg opacity="0.7"%3E%3Crect x="10" y="10" width="4" height="4" rx="2" fill="%23C2DAF2" /%3E%3C/g%3E%3C/pattern%3E%3Crect width="100%25" height="100%25" fill="url(%23bg)" /%3E%3C/svg%3E')`,
}}
>
<div className="content relative z-20 w-full max-w-xl flex items-center min-h-64 text-center rounded-2xl border border-Gray-300 overflow-hidden bg-Gray-50 px-10 py-10">
<div className="content relative z-20 w-full max-w-xl flex items-center min-h-80 text-center rounded-2xl border border-Gray-300 overflow-hidden bg-Gray-50 px-10 py-10">
<div className="inner w-full">
<h2 className="text-2xl font-semibold text-Gray-950 mb-6 leading-4">
{title}
Expand Down

0 comments on commit 3977e30

Please sign in to comment.