Skip to content

Commit e1f746a

Browse files
authored
Merge pull request #138 from iitzIrFan/nextimgbugfix
fix: correct Next.js link and icon case in navigation
2 parents ba4f2db + 504d1c2 commit e1f746a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const config: Config = {
9393
<a href="/docs/category/sql/" class="nav__icons"> <img src="/icons/sql.svg" title="SQL" alt="SQL" /> </a>
9494
<a href="/docs/category/python/" class="nav__icons"> <img src="/icons/python.svg" title="Python" alt="Python" /> </a>
9595
<a href="/docs/category/GitHub/" class="nav__icons" > <img src="/icons/github.svg" title="GitHub" alt="GitHub" /> </a>
96-
<a href="/docs/category/Nextjs/" class="nav__icons" > <img src="/icons/Nextjs.svg" title="Nextjs" alt="Nextjs" /> </a>
96+
<a href="/docs/category/nextjs/" class="nav__icons" > <img src="/icons/nextjs.svg" title="Nextjs" alt="Nextjs" /> </a>
9797
</div>
9898
</div>`,
9999
},

0 commit comments

Comments
 (0)