Skip to content

Commit 1aa68cf

Browse files
committed
Add FAQ to nav
1 parent c68b010 commit 1aa68cf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ export default function Home() {
305305
</div>
306306
</div>
307307
</div>
308-
<div class="mt-[100px]">
308+
<div class="mt-[100px]" id="faq">
309309
<h1 class="text-center mx-auto font-[Poppins] font-semibold text-[24px]/[120%] lg:text-[34px]/[120%] xl:text-[48px]/[140%] text-[#18181B] mb-[60px] xl:mb-[80px]">
310310
Frequently Asked
311311
<br />

src/shared/ui/Nav/Nav.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const Nav = () => {
2626
<a class="nav-link" href="#community">
2727
Community
2828
</a>
29-
<a class="nav-link" href="#sell">
30-
Sell
29+
<a class="nav-link" href="#faq">
30+
FAQ
3131
</a>
3232
</div>
3333
</div>
@@ -55,17 +55,17 @@ const Nav = () => {
5555
}}
5656
onClick={toggle}
5757
>
58-
<a class="uppercase font-[Inter] font-medium text-[#606060] text-[24px]" href="#weekly">
58+
<a class="uppercase font-[Inter] font-medium text-[#323142] text-[24px]" href="#weekly">
5959
Weekly
6060
</a>
61-
<a class="uppercase font-[Inter] font-medium text-[#606060] text-[24px]" href="#collection">
61+
<a class="uppercase font-[Inter] font-medium text-[#323142] text-[24px]" href="#collection">
6262
Collection
6363
</a>
64-
<a class="uppercase font-[Inter] font-medium text-[#606060] text-[24px]" href="#community">
64+
<a class="uppercase font-[Inter] font-medium text-[#323142] text-[24px]" href="#community">
6565
Community
6666
</a>
67-
<a class="uppercase font-[Inter] font-medium text-[#606060] text-[24px]" href="#sell">
68-
Sell
67+
<a class="uppercase font-[Inter] font-medium text-[#323142] text-[24px]" href="#faq">
68+
FAQ
6969
</a>
7070
</div>
7171
</>

0 commit comments

Comments
 (0)