mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
style: Notice style change
This commit is contained in:
parent
20219e34a9
commit
5f11e2aa8a
@ -1,10 +1,10 @@
|
||||
const Notice = ({ header, desc }:NoticeProps) => {
|
||||
return (
|
||||
<div className='py-48 px-10 mx-auto my-auto h-screen text-center'>
|
||||
<h1 className='text-3xl font-bold'>KOREANBOTS</h1>
|
||||
<h1 className='text-4xl font-bold'>KOREANBOTS</h1>
|
||||
<br />
|
||||
<div>
|
||||
<h1 className='text-2xl font-bold'>{header}</h1>
|
||||
<h1 className='text-3xl font-bold mb-10'>{header}</h1>
|
||||
|
||||
<h2 className='text-lg font-semibold'>{desc}</h2>
|
||||
<br />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user