Skip to content

Commit

Permalink
design: change contents image
Browse files Browse the repository at this point in the history
  • Loading branch information
pozafly committed Nov 10, 2023
1 parent 3171266 commit d105eee
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/content/css/stacking-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: [Pozafly]
tags:
- CSS
date: '2023-02-11'
image: ../img/css/stacking-context.png
image: ../img/css/stacking-context/main.png
draft: false
excerpt: z-index가 때로 적용이 되지 않는 문제를 해결하기 위해 stacking context에 대해 정확히 알아본다.
---
Expand Down
Binary file removed src/content/img/css/stacking-context.png
Binary file not shown.
Binary file added src/content/img/css/stacking-context/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 src/content/img/javascript/array-is-object/main.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added src/content/img/javascript/getter-setter/main.jpg
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 src/content/img/javascript/getter-setter/main.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/content/javascript/array-is-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: [Pozafly]
tags:
- JavaScript
date: '2023-02-10'
image: ../img/javascript/array-is-object/main.png
image: ../img/javascript/array-is-object/main.jpeg
draft: false
excerpt: 배열이 객체인 이유와, 유사 배열 객체와의 차이점을 알아본다.
---
Expand Down
2 changes: 1 addition & 1 deletion src/content/javascript/closure-with-currying.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: [Pozafly]
tags:
- JavaScript
date: '2023-02-14'
image: ../img/javascript/closure-with-curring/main.png
image: ../img/javascript/closure-with-curring/main.jpg
draft: false
excerpt: JavaScript의 클로저를 통해 currying 함수를 알아보자.

Expand Down
2 changes: 1 addition & 1 deletion src/content/javascript/getter-setter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: [Pozafly]
tags:
- JavaScript
date: '2023-02-09'
image: ../img/javascript/getter-setter/main.png
image: ../img/javascript/getter-setter/main.jpg
draft: false
excerpt: 객체의 접근자 프로퍼티인 Getter와 Setter에 대해 알아보자.
---
Expand Down

0 comments on commit d105eee

Please sign in to comment.