File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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 </ >
You can’t perform that action at this time.
0 commit comments