mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
Merge pull request #1 from ekreten/main
fix: better header color absent from error header
This commit is contained in:
commit
496495700c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const ErrorPage: React.FC<ErrorProps> = ({ statusCode }) => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<main className='dark:bg-[#121212] text-foreground bg-background py-5'>
|
<main className='dark:bg-[#121212] text-foreground bg-background py-5'>
|
||||||
<h1 className='text-7xl font-bold text-blue-400 text-center mt-16'>
|
<h1 className='text-7xl font-bold text-[#4f81fe] text-center mt-16'>
|
||||||
{statusCode}
|
{statusCode}
|
||||||
</h1>
|
</h1>
|
||||||
<div className='flex min-h-screen flex-col items-center justify-between'>
|
<div className='flex min-h-screen flex-col items-center justify-between'>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue