Skip to content

Commit 04514a2

Browse files
authored
Removed all comments (both inline and block) present in the components/auth/AuthLayout.tsx file. (#224)
1 parent d055b6e commit 04514a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

components/auth/AuthLayout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const AuthLayout = ({ children, showCarousel = true }: AuthLayoutProps) => {
114114
{slides.map(slide => (
115115
<CarouselItem key={slide.id} className='h-full'>
116116
<div className='flex flex-col items-center justify-between h-full gap-6 lg:gap-8'>
117-
{/* Image Card Container */}
117+
118118
<div className='relative w-full max-w-[400px] lg:max-w-[500px] aspect-[5/3]'>
119119
<Image
120120
src='/auth/image-card.png'
@@ -135,7 +135,7 @@ const AuthLayout = ({ children, showCarousel = true }: AuthLayoutProps) => {
135135
</div>
136136
</div>
137137

138-
{/* Content */}
138+
139139
<div className='text-center w-full max-w-[300px] lg:max-w-[400px] px-2 mb-8'>
140140
<Badge className='inline-flex items-center text-xs font-medium backdrop-blur-md bg-white/10 border border-white/20 rounded-full px-3 py-1 text-white mb-4 hover:bg-white/15 transition-colors'>
141141
{slide.badge}
@@ -152,7 +152,7 @@ const AuthLayout = ({ children, showCarousel = true }: AuthLayoutProps) => {
152152
))}
153153
</CarouselContent>
154154

155-
{/* Controls */}
155+
156156
<div className='flex items-center justify-between w-full mt-6 absolute bottom-0'>
157157
<CarouselPrevious className='relative left-0 translate-y-0 bg-transparent border-none text-white hover:text-gray-300 hover:scale-110 transition-all duration-200 h-8 w-8' />
158158

0 commit comments

Comments
 (0)