Skip to content

Commit

Permalink
💄 style : Add navbar-related images and icons
Browse files Browse the repository at this point in the history
- Add user images for testing
- Add the icon svg file needed for the navbar
- Manage images and svg you add by adding an index file

Related issue: YJU-OKURA#33
  • Loading branch information
dorimu0 committed Feb 19, 2024
1 parent 5de1901 commit bdf067d
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/images/navbar/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const user = '/images/navbar/user.png';
Binary file added public/images/navbar/user.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/navbar/book.svg
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/navbar/door.svg
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/navbar/group.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/svgs/navbar/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export const book = '/svgs/navbar/book.svg';
export const group = '/svgs/navbar/group.svg';
export const door = '/svgs/navbar/door.svg';
export const moreHoriz = '/svgs/navbar/moreHoriz.svg';
export const moreVert = '/svgs/navbar/moreVert.svg';
export const mypage = '/svgs/navbar/mypage.svg';
export const search = '/svgs/navbar/search.svg';
1 change: 1 addition & 0 deletions public/svgs/navbar/moreHoriz.svg
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/navbar/moreVert.svg
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/navbar/mypage.svg
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/navbar/search.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 bdf067d

Please sign in to comment.