Skip to content

Commit

Permalink
Update SocialBanner.tsx (#6763)
Browse files Browse the repository at this point in the history
Tickets are sold out, update the text.
  • Loading branch information
kassens authored Apr 19, 2024
1 parent c2180a3 commit 37a8d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SocialBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {useRef, useEffect} from 'react';
import cn from 'classnames';
import {ExternalLink} from './ExternalLink';

const bannerText = 'Join us for React Conf on May 15-16.';
const bannerText = 'Stream React Conf on May 15-16.';
const bannerLink = 'https://conf.react.dev/';
const bannerLinkText = 'Learn more.';

Expand Down

0 comments on commit 37a8d64

Please sign in to comment.