Skip to content

Commit

Permalink
fix(design): 헤더 디자인 수정 및 아이콘 svg로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
KimHunJin committed Oct 16, 2021
1 parent 65aafab commit fcddab5
Show file tree
Hide file tree
Showing 37 changed files with 173 additions and 62 deletions.
Binary file removed assets/img/facebook.png
Binary file not shown.
9 changes: 9 additions & 0 deletions assets/img/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/facebook_black.png
Binary file not shown.
9 changes: 9 additions & 0 deletions assets/img/facebook_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/github.png
Binary file not shown.
9 changes: 9 additions & 0 deletions assets/img/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/github_black.png
Binary file not shown.
9 changes: 9 additions & 0 deletions assets/img/github_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/ic_forward.png
Binary file not shown.
4 changes: 4 additions & 0 deletions assets/img/ic_forward.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/ic_forward_black.png
Binary file not shown.
4 changes: 4 additions & 0 deletions assets/img/ic_forward_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/ic_menu.png
Binary file not shown.
3 changes: 3 additions & 0 deletions assets/img/ic_menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/ic_menu_black.png
Binary file not shown.
3 changes: 3 additions & 0 deletions assets/img/ic_menu_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/instagram.png
Binary file not shown.
9 changes: 9 additions & 0 deletions assets/img/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/instagram_black.png
Binary file not shown.
9 changes: 9 additions & 0 deletions assets/img/instagram_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/nexters_gnb_white.png
Binary file not shown.
Binary file removed assets/img/nexters_img_logo.png
Binary file not shown.
4 changes: 4 additions & 0 deletions assets/img/nexters_img_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/nexters_img_logo_black.png
Binary file not shown.
4 changes: 4 additions & 0 deletions assets/img/nexters_img_logo_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/nexters_txt_logo.png
Diff not rendered.
9 changes: 9 additions & 0 deletions assets/img/nexters_txt_logo.svg
Binary file removed assets/img/nexters_txt_logo_black.png
Diff not rendered.
9 changes: 9 additions & 0 deletions assets/img/nexters_txt_logo_black.svg
12 changes: 6 additions & 6 deletions components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ export default defineComponent({
return {
sns_icon: {
facebook: props.isWhite
? require("~/assets/img/facebook.png")
: require("~/assets/img/facebook_black.png"),
? require("~/assets/img/facebook.svg")
: require("~/assets/img/facebook_black.svg"),
github: props.isWhite
? require("~/assets/img/github.png")
: require("~/assets/img/github_black.png"),
? require("~/assets/img/github.svg")
: require("~/assets/img/github_black.svg"),
instagram: props.isWhite
? require("~/assets/img/instagram.png")
: require("~/assets/img/instagram_black.png"),
? require("~/assets/img/instagram.svg")
: require("~/assets/img/instagram_black.svg"),
},
};
},
Expand Down
Loading

0 comments on commit fcddab5

Please sign in to comment.