Skip to content

Commit 4f5a938

Browse files
authored
Merge pull request #1051 from singh-odyssey/img_visibility_fix_docs
fix image visibility in docs ->next.js
2 parents 9b30349 + f42d85b commit 4f5a938

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/Nextjs/intro-nextjs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ Imagine you're building an online store. Different pages have different requirem
9494

9595
Next.js empowers you to **mix and match** these strategies within the same application, choosing the optimal approach for each page. This flexibility is what makes Next.js stand out from other frameworks.
9696

97-
<div align="center">
98-
<img src="./assets/nextjs-logo.png" alt="Next.js Framework" width="600" />
99-
</div>
97+
![Next.js Framework](./assets/nextjs-logo.png)
10098

10199
## Understanding React and React Frameworks
102100

0 commit comments

Comments
 (0)