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 61da15f commit a28e549
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/images/login/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const logo = '/images/login/logo.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.
10 changes: 10 additions & 0 deletions public/svgs/login/google.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/svgs/login/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const svgs = {
login: '/svgs/login/login.svg',
google: '/svgs/login/google.svg',
yahoo: '/svgs/login/yahoo.svg',
line: '/svgs/login/line.svg',
};

export default svgs;
6 changes: 6 additions & 0 deletions public/svgs/login/line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
15 changes: 15 additions & 0 deletions public/svgs/login/yahoo.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 a28e549

Please sign in to comment.