Skip to content

Commit d9971b8

Browse files
committed
translate social banner
1 parent 3a06f78 commit d9971b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SocialBanner/SocialBanner.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const linkProps = {
1515
rel: 'noopener',
1616
};
1717

18-
const bannerText = 'Support Ukraine 🇺🇦 ';
19-
const bannerLink = 'Help Provide Humanitarian Aid to Ukraine.';
18+
const bannerText = 'Apoya a Ucrania 🇺🇦 ';
19+
const bannerLink = 'Ayuda a proporcionar ayuda humanitaria a Ucrania.';
2020

2121
export default function SocialBanner() {
2222
return (

0 commit comments

Comments
 (0)