File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2121 "Join" : " Join" ,
2222 " Our Community" : " Our Community" ,
2323 "Connect" : " Connect" ,
24- " With Us" : " With Us"
24+ " With Us" : " With Us" ,
25+ "We fuel your tech capability with our network of freelancers." : " We fuel your tech capability with our network of freelancers."
2526}
Original file line number Diff line number Diff line change 2222 "Join" : " Rejoignez" ,
2323 " Our Community" : " notre communauté" ,
2424 "Connect" : " Connectez-vous" ,
25- " With Us" : " avec nous"
25+ " With Us" : " avec nous" ,
26+ "We fuel your tech capability with our network of freelancers." : " Nous alimentons votre capacité technologique avec notre réseau de pigistes"
2627}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default function Service() {
1818 < Trans > Your Dev Team</ Trans >
1919 </ h2 >
2020 < p className = "hidden md:block text-xl lg:text-2xl my-4" >
21- < Trans > We fuel your tech capability with our network of freelancers</ Trans >
21+ < Trans > We fuel your tech capability with our network of freelancers. </ Trans >
2222 </ p >
2323 </ div >
2424 { /* Cards */ }
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ const GlobalStyles = createGlobalStyle`
4040 height: 100vh;
4141 scroll-snap-align: start;
4242 }
43+ button:focus, button:hover {
44+ outline: none;
45+ }
4346` ;
4447
4548export default GlobalStyles ;
You can’t perform that action at this time.
0 commit comments