Skip to content

Commit b5bb953

Browse files
committed
logo error fixed.
1 parent e4d5d81 commit b5bb953

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/Nextjs/intro-nextjs.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,9 @@ 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-
<!--
98-
<BrowserWindow url="https://nextjs.org/" bodyStyle={{padding: 0}}>
99-
[![Next.js Framework](./assets/nextjs-logo.png)](https://nextjs.org/)
100-
</BrowserWindow> -->
101-
102-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180" width="18"><mask height="180" id=":r8:mask0_408_134" maskUnits="userSpaceOnUse" width="180" x="0" y="0" style="mask-type: alpha;"><circle cx="90" cy="90" fill="black" r="90"></circle></mask><g mask="url(#:r8:mask0_408_134)"><circle cx="90" cy="90" data-circle="true" fill="black" r="90"></circle><path d="M149.508 157.52L69.142 54H54V125.97H66.1136V69.3836L139.999 164.845C143.333 162.614 146.509 160.165 149.508 157.52Z" fill="url(#:r8:paint0_linear_408_134)"></path><rect fill="url(#:r8:paint1_linear_408_134)" height="72" width="12" x="115" y="54"></rect></g><defs><linearGradient gradientUnits="userSpaceOnUse" id=":r8:paint0_linear_408_134" x1="109" x2="144.5" y1="116.5" y2="160.5"><stop stop-color="white"></stop><stop offset="1" stop-color="white" stop-opacity="0"></stop></linearGradient><linearGradient gradientUnits="userSpaceOnUse" id=":r8:paint1_linear_408_134" x1="121" x2="120.799" y1="54" y2="106.875"><stop stop-color="white"></stop><stop offset="1" stop-color="white" stop-opacity="0"></stop></linearGradient></defs>
103-
</svg>
97+
<div align="center">
98+
<img src="./assets/nextjs-logo.png" alt="Next.js Framework" width="600" />
99+
</div>
104100

105101
## Understanding React and React Frameworks
106102

0 commit comments

Comments
 (0)