-
Notifications
You must be signed in to change notification settings - Fork 2
chore(web): update footer links #64
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
Conversation
WalkthroughThe changes involve modifications to the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant SocialMedia
User->>SocialMedia: Request social media links
SocialMedia-->>User: Provide updated links (GitHub, Discord, Telegram, X, LinkedIn, YouTube)
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🔇 Additional comments (3)web/src/consts/socialmedia.tsx (3)
The import statements correctly reflect the social media configuration changes, with appropriate removal of unused logos and addition of the YouTube logo. Line range hint The socialmedia object maintains consistent structure with proper icon and URL assignments for each platform.
Please verify that "https://youtube.com/@kleros_io" is the correct channel URL for your organization. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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 (
|
✅ Deploy Preview for curate-v2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
alcercu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
PR-Codex overview
This PR focuses on adding a new
YouTubelogo SVG and updating thesocialmediaconstants to include it, while also removing some unused social media logos.Detailed summary
youtube.svgfile with SVG content.YouTubeLogoinsocialmedia.tsx.youtubeentry in thesocialmediaobject with the URLhttps://youtube.com/@kleros_io.etherscan,snapshot, andghost.Summary by CodeRabbit
New Features
Changes