Skip to content

Commit

Permalink
💄 style : Add login-related images and icons
Browse files Browse the repository at this point in the history
- Add the icon svg file needed for the login component
- Manage images and svg you add by adding an index file
- logo may be modified in the future.

Related issue: YJU-OKURA#45
  • Loading branch information
dorimu0 committed Feb 22, 2024
1 parent 046fa60 commit 7e17995
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
Binary file added public/images/login/google.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions public/images/login/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const logo = '/images/login/logo.png';
export const google = '/images/login/google.png';
Binary file added public/images/login/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/svgs/login/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const login = '/svgs/login/login.svg';
9 changes: 9 additions & 0 deletions public/svgs/login/login.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e17995

Please sign in to comment.