mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: footer z-index
This commit is contained in:
parent
70763a8342
commit
1cb0927f13
@ -7,7 +7,7 @@ import { Theme } from '@types'
|
|||||||
|
|
||||||
const Footer = ({ color, theme, setTheme }:FooterProps): JSX.Element => {
|
const Footer = ({ color, theme, setTheme }:FooterProps): JSX.Element => {
|
||||||
return (
|
return (
|
||||||
<div className='releative'>
|
<div className='releative z-30'>
|
||||||
<Wave color='currentColor' className={`${color ?? 'dark:text-discord-dark text-white bg-discord-black'} hidden md:block`} />
|
<Wave color='currentColor' className={`${color ?? 'dark:text-discord-dark text-white bg-discord-black'} hidden md:block`} />
|
||||||
<div className='bottom-0 text-white bg-discord-black'>
|
<div className='bottom-0 text-white bg-discord-black'>
|
||||||
<Container className='pb-20 pt-10 w-11/12 lg:flex lg:pt-0 lg:w-4/5' ignoreColor>
|
<Container className='pb-20 pt-10 w-11/12 lg:flex lg:pt-0 lg:w-4/5' ignoreColor>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user