Skip to content

Commit

Permalink
Merge pull request #53 from reactjs/sync-b7bf6c16
Browse files Browse the repository at this point in the history
Sync with react.dev @ b7bf6c1
  • Loading branch information
khakimio authored Aug 20, 2024
2 parents 40b4638 + 5db0b7a commit d7e5700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/SocialBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {useRef, useEffect} from 'react';
import cn from 'classnames';
import {ExternalLink} from './ExternalLink';

const bannerText = 'Украинаны қолдаңыз 🇺🇦';
const bannerLink = 'https://opensource.fb.com/support-ukraine';
const bannerLinkText = 'Украинаға гуманитарлық көмек көрсетуге көмектесіңіз'
const bannerText = 'Stream React Conf on May 15-16.';
const bannerLink = 'https://conf.react.dev/';
const bannerLinkText = 'Learn more.';

export default function SocialBanner() {
const ref = useRef<HTMLDivElement | null>(null);
Expand Down

0 comments on commit d7e5700

Please sign in to comment.