-
Notifications
You must be signed in to change notification settings - Fork 15
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
Added nostr and twitter links to footer #158
base: staging
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Looks great! some nits
import * as React from "react"; | ||
import { SVGProps } from "react"; |
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.
All imports should be grouped together at the top of the file before any varibale declaration
@@ -27,6 +47,26 @@ const DiscordLink = () => ( | |||
<FaDiscord className="text-[28px] md:text-[48px]" /> | |||
</a> | |||
); | |||
const XLink = () => ( | |||
<a | |||
href="https://twitter.com/bitcoin_devs" |
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.
This should probably be updated to use x.com
instead of twitter.com
No description provided.