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
Submitted pull request #101 so the donate button will open in a new window.
The link component from next/link is designed for client-side navigation within the Next.js application. It's not meant for external links and doesn't support the target attribute '_blank'
Changed the link element to an anchor tag. The donate button is now opening in a new window.
The donate button currently redirects user to our donate page. It should open a new tab with our donate page instead.
The text was updated successfully, but these errors were encountered: