Skip to content

Commit

Permalink
chore: replace auth form patterns bg
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Aug 9, 2024
1 parent dbe3d0e commit c810106
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ec2-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Move static files
run: |
sudo rm -rf server/web/dist
sudo rm -rf server/web/dist/*
sudo mv web/dist/* server/web/dist
rm -rf server/src
Expand Down
Binary file added web/public/patterns.webp
Binary file not shown.
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='https://images.pexels.com/photos/911738/pexels-photo-911738.jpeg?auto=compress&cs=tinysrgb&w=720&h=530&dpr=1'
src='patterns.webp'
alt='patterns'
/>
<section
Expand Down

0 comments on commit c810106

Please sign in to comment.