You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### TL;DR
Added `target="_blank"` and `rel="noopener noreferrer"` to Discord and GitHub links in the sidebar.
### What changed?
- Removed unused icon imports (`faCheck` and `faTriangleExclamation`)
- Added `target="_blank"` and `rel="noopener noreferrer"` attributes to the Discord and GitHub links in the sidebar to ensure they open in new tabs
### How to test?
1. Navigate to any page with the sidebar
2. Click on either the Discord or GitHub links
3. Verify that they open in a new tab instead of replacing the current page
### Why make this change?
This improves user experience by allowing users to visit external resources without losing their current context in the application. The `rel="noopener noreferrer"` attribute also adds security by preventing the new tab from accessing the window.opener property.
0 commit comments