feat: add Discord link to footer#275
Conversation
👷 Deploy request for appcut pending review.Visit the deploys page to approve it
|
|
@enkeii64 is attempting to deploy a commit to the OpenCut OSS Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughThe Footer component was updated to add a Discord social media link alongside the existing GitHub and Twitter links. This included importing a Discord icon and adding a new link element with appropriate attributes. No other logic, layout, or content in the component was changed. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🧬 Code Graph Analysis (1)apps/web/src/components/footer.tsx (1)
🔇 Additional comments (2)
✨ Finishing Touches
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 (
|
Description
This pull request adds a Discord icon with the link (https://discord.com/invite/Mu3acKZvCp) to the community server in the website's footer. The icon is placed next to the existing GitHub and X links to maintain consistency. The react-icons library was used to add the icon.
Fixes # (issue)
This does not fix any existing issues.
Type of change
How Has This Been Tested?
The changes were verified manually by running the application locally.
bun run dev.http://localhost:3000.Test Configuration:
Screenshots (if applicable)
Checklist:
Additional context
None.
Summary by CodeRabbit