Skip to content

Commit

Permalink
fix image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay committed Sep 27, 2023
1 parent e313ce0 commit bcfdff3
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ <h2>
<h5>
React js useMemo Hook
</h5>
<p style="width: 700px;align-self: flex-start;">
<p>
<!-- style=" width: 400px;align-self: flex-start;" -->
Momoization Concept,
useMemo,
react.memo,
Expand All @@ -349,8 +350,11 @@ <h5>
Does useMemo has any disadvantage?
</p>
</div>
<img height="400" width="700"
src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*mu7Uf1yATDK3V6NkiIk85A.png" alt="">
<div>
<img width="100%"
src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*mu7Uf1yATDK3V6NkiIk85A.png" alt="">
</div>

</a>
<!-- </div> -->

Expand All @@ -363,12 +367,12 @@ <h5>
<h5>
useMemo Hook vs PureComponent
</h5>
<p style="width: 700px;align-self: flex-start;">
<p>

</p>
</div>
<img height="400" width="700"
src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*nd953QJVBLuxAFcu_35eNw.png" alt="">
<img width="100%" src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*nd953QJVBLuxAFcu_35eNw.png"
alt="">
</a>
<!-- </div> -->

Expand Down

0 comments on commit bcfdff3

Please sign in to comment.