Skip to content

Commit d586ad9

Browse files
authored
Update docusaurus.config.js
1 parent e57a4b1 commit d586ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const config = {
170170
<a class="dropbtn" href="/docs/">Docs</a>
171171
<div class="dropdown-content">
172172
<a href="https://codeharborhub.github.io/tutorial/html/intro-html" class="nav__icons"> <img src="/icons/html-5.svg" title="HTML5" alt="HTML" /> </a>
173-
<a href="https://codeharborhub.github.io/tutorial/css/introduction/what-is-css" class="nav__icons"> <img src="/icons/css.svg" title="CSS" alt="CSS" /> </a>
173+
<a href="https://codeharborhub.github.io/tutorial/css/introduction" class="nav__icons"> <img src="/icons/css.svg" title="CSS" alt="CSS" /> </a>
174174
<a href="https://codeharborhub.github.io/tutorial/javascript/introduction-to-javascript/what-is-javascript" class="nav__icons" > <img src="/icons/js.svg" title="JavaScript" alt="JavaScript" /> </a>
175175
<a href="https://codeharborhub.github.io/tutorial/react/create-react-app" class="nav__icons"> <img src="/icons/jsx.svg" title="React.Js" alt="React" /> </a>
176176
<a href="#" class="nav__icons"> <img src="/icons/ts.svg" title="TypeScript" alt="TypeScript" /> </a>

0 commit comments

Comments
 (0)