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';
10
10
// Turning this off also requires changing the Page top value to pull up the sidebar.
11
11
const bannerText = 'Поддержите Украину 🇺🇦' ;
12
12
const bannerLink = 'https://opensource.fb.com/support-ukraine' ;
13
- const bannerLinkText = 'Помогите с гуманитарной помощью Украине. Россияне, не молчите! Нет войне! ' ;
13
+ const bannerLinkText = 'Помогите с гуманитарной помощью Украине.' ;
14
14
15
15
export default function SocialBanner ( ) {
16
16
return (
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const linkProps = {
16
16
} ;
17
17
18
18
const bannerText = 'Поддержите Украину 🇺🇦 ' ;
19
- const bannerLink = 'Помогите с гуманитарной помощью Украине. Россияне, не молчите! Нет войне! ' ;
19
+ const bannerLink = 'Помогите с гуманитарной помощью Украине.' ;
20
20
21
21
export default function SocialBanner ( ) {
22
22
return (
You can’t perform that action at this time.
0 commit comments