File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,6 @@ vite.config.ts.timestamp-*
2222
2323# Tests
2424test-results
25+
26+ # Deploy
27+ tmp-repo
Original file line number Diff line number Diff line change 1818 <a href =" /" class =" flex items-center py-4 px-2" >
1919 <img src =" /favicon.png" alt =" Logo" class =" h-4 w-4 mr-2" />
2020 <span
21- class =" tracking-widest leading-tight font-normal text-neutral-300 text- lg"
21+ class =" tracking-widest leading-tight font-normal text-lg"
2222 class:text-black ={y < 50 }
2323 class:text-white ={y >= 50 }>FashionLab</span
2424 >
3131 <div class =" hidden md:flex items-center space-x-1" >
3232 <a
3333 href =" #about"
34- class =" py-2 px-2 rounded text-neutral-300 font-semibold hover:text-neutral-200 hover:bg-neutral-600 transition duration-300"
34+ class =" py-2 px-2 rounded font-semibold hover:text-neutral-200 hover:bg-neutral-600 transition duration-300"
3535 class:text-black ={y < 50 }
3636 class:text-white ={y >= 50 }>About</a
3737 >
4141 <div class =" hidden md:flex items-center space-x-3" >
4242 <a
4343 href =" #contact"
44- class =" py-2 px-2 rounded text-neutral-300 font-semibold hover:text-neutral-200 hover:bg-neutral-600 transition duration-300"
44+ class =" py-2 px-2 rounded font-semibold hover:text-neutral-200 hover:bg-neutral-600 transition duration-300"
4545 class:text-black ={y < 50 }
4646 class:text-white ={y >= 50 }>Contact</a
4747 >
You can’t perform that action at this time.
0 commit comments