Change Twitter to X (Formerly known as Twitter)#49
Conversation
Update the wording to be correct for the current internet :p
WalkthroughThe update revises user-facing text in the main page component to refer to "X (Formerly known as Twitter)" instead of "Twitter" in both the SEO description and a UI message about NSFW search mode. No code logic or exported entities were changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Note ⚡️ Unit Test Generation - BetaCodeRabbit's unit test generation is now available in Beta! Automatically generate comprehensive unit tests for your code changes, ensuring better test coverage and catching edge cases you might miss. Our AI analyzes your code structure and creates tests that follow best practices and your project's testing patterns. Learn more here, or just try it under ✨ Finishing Touches. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
Fluffle.UI/src/pages/index.tsx (2)
17-17: Fix typo: “Formerly know” → “Formerly known”.User-facing copy has a spelling error that will appear in search-engine snippets.
- <SEO title="Reverse search" description="Reverse image search furry artwork and find the source on Fur Affinity, X (Formerly know as Twitter), e621 and more!" /> + <SEO title="Reverse search" description="Reverse image search furry artwork and find the source on Fur Affinity, X (Formerly known as Twitter), e621 and more!" />
303-303: Same typo in UI hint.- <div className="text-sm text-muted">{!searchConfig.includeNsfw ? "X (Formerly know as Twitter) isn't included in SFW mode." : 'Search both SFW and NSFW images.'}</div> + <div className="text-sm text-muted">{!searchConfig.includeNsfw ? "X (Formerly known as Twitter) isn't included in SFW mode." : 'Search both SFW and NSFW images.'}</div>Optional: to avoid future inconsistencies, consider extracting the platform string into a constant shared across components.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
Fluffle.UI/src/pages/index.tsx(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Codacy Static Code Analysis
Fixed a typo, my bad
Update the wording to be correct for the current internet.
Since the rebranding to X most people call it X (Formerly known as Twitter) as a joke. And well, it is more correct than just twitter.