Skip to content

Commit 4d6298e

Browse files
committed
[UPD] translation and minor styling
1 parent 7c8891f commit 4d6298e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

locales/en/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
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
}

locales/fr/translation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
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
}

src/components/service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */}

src/styles/GlobalStyles.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4548
export default GlobalStyles;

0 commit comments

Comments
 (0)