Skip to content

Commit

Permalink
fix: auth form wrapper bg src
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Aug 9, 2024
1 parent c810106 commit af03ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/features/auth/layouts/AuthFormWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Component = () => {
<div className='relative flex h-[610px] w-full max-w-[350px] items-center overflow-hidden rounded-lg shadow-md md:h-[510px] md:max-w-[700px]'>
<img
className='absolute h-full w-full'
src='patterns.webp'
src='/patterns.webp'
alt='patterns'
/>
<section
Expand Down

0 comments on commit af03ac0

Please sign in to comment.