Skip to content

Add deprecation to website #17008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update link
  • Loading branch information
rickhanlonii committed Feb 14, 2025
commit bf0bd026126d6f2e863f57aff49b1b080ecc5913
3 changes: 1 addition & 2 deletions docusaurus/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ const siteConfig = {
announcementBar: {
id: 'deprecated',
content:
'Create React App is deprecated. <a target="_blank" rel="noopener noreferrer" \
href="https://github.com/facebook/create-react-app/discussions/TODO">Read more here</a>.',
'Create React App is deprecated. <a target="_blank" rel="noopener noreferrer" href="https://react.dev/link/cra">Read more here</a>.',
backgroundColor: '#20232a',
textColor: '#fff',
isCloseable: false,
Expand Down