File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/components/SocialBanner Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {ExternalLink} from './ExternalLink';
1010// Turning this off also requires changing the Page top value to pull up the sidebar.
1111const bannerText = 'Поддержите Украину 🇺🇦' ;
1212const bannerLink = 'https://opensource.fb.com/support-ukraine' ;
13- const bannerLinkText = 'Помогите с гуманитарной помощью Украине. Россияне, не молчите! Нет войне! ' ;
13+ const bannerLinkText = 'Помогите с гуманитарной помощью Украине.' ;
1414
1515export default function SocialBanner ( ) {
1616 return (
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const linkProps = {
1616} ;
1717
1818const bannerText = 'Поддержите Украину 🇺🇦 ' ;
19- const bannerLink = 'Помогите с гуманитарной помощью Украине. Россияне, не молчите! Нет войне! ' ;
19+ const bannerLink = 'Помогите с гуманитарной помощью Украине.' ;
2020
2121export default function SocialBanner ( ) {
2222 return (
You can’t perform that action at this time.
0 commit comments