feat: implement logout action
This commit is contained in:
@@ -4,7 +4,7 @@ import { APP } from '~/configs/meta'
|
||||
|
||||
export const Banner = () => {
|
||||
return (
|
||||
<div className="min-h-[65px] lg:mx-10">
|
||||
<div className="min-h-[65px] sm:mx-10">
|
||||
<div className="relative">
|
||||
<Link
|
||||
to="/#"
|
||||
|
||||
@@ -115,7 +115,7 @@ export const Carousel = (properties: TNews) => {
|
||||
<div>
|
||||
<h3
|
||||
className={twMerge(
|
||||
'mt-2 w-full font-bold lg:mt-0',
|
||||
'mt-2 w-full font-bold sm:mt-0',
|
||||
type === 'hero'
|
||||
? 'text-2xl sm:text-4xl'
|
||||
: 'text-xl sm:text-2xl',
|
||||
|
||||
Reference in New Issue
Block a user