Skip to content
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

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

0tuedon
Copy link
Collaborator

@0tuedon 0tuedon commented Feb 18, 2025

No description provided.

Copy link

vercel bot commented Feb 18, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bitcoinsearch-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 18, 2025 0:17am

@0tuedon
Copy link
Collaborator Author

0tuedon commented Feb 18, 2025

@satsie, @jrakibi

Copy link

@jrakibi jrakibi left a 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

Comment on lines +10 to +11
import * as React from "react";
import { SVGProps } from "react";
Copy link

@jrakibi jrakibi Feb 18, 2025

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"
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants