Skip to content

Commit

Permalink
Logo change (#61)
Browse files Browse the repository at this point in the history
* Logo image added

* Logo image added
  • Loading branch information
vidyaaKhandekar authored Dec 3, 2024
1 parent a1172c4 commit 4ad68b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file modified public/assets/images/frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions src/screens/auth/Splash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,16 @@ const Splash: React.FC = () => {
alignItems="center"
borderRadius="md"
>
<Flex height="50%" justifyContent="flex-end" className="purple-bg">
<Flex
height="50%"
justifyContent="center"
alignItems="center"
className="purple-bg"
>
<Image
src={frameImage}
alt="Login Image"
objectFit="contain"
transform="translateX(-50%)"
width="60%"
height="400px"
/>
Expand Down

0 comments on commit 4ad68b2

Please sign in to comment.