-
Notifications
You must be signed in to change notification settings - Fork 70
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
[Feat] Add dashboard page #106
Conversation
> | ||
<div className="flex flex-col items-start justify-between gap-4 md:gap-6"> | ||
<p className=" text-sm md:text-base lg:text-lg text-white font-light leading-[22px] md:leading-[25px] lg:leading-[27.6px]"> | ||
{fund.type} {fund.type === "Project" ? "🚀" : "🎗️"} |
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.
Could you please use the HTML representation of the emojis:
rocket: U+1F680
heart: U+1FAC0
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.
Solved!
<div className="container mx-auto p-6 min-h-screen"> | ||
<h1 className="text-4xl font-bold mb-6 flex items-center"> | ||
Latest Funds | ||
<span className="ml-2 text-yellow-400">✨</span> |
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.
Please use the HTML code for this emoji here too 🙏🏻
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.
Done!
LGTM! tysm sir |
My first ever OSS man, thank you so much guys, i am gonna portrait this PR |
first of many, congrats homie! 🥳 |
Pull Request
Changes description
Note: the dashboard page is fully responsive
Current output
Time spent breakdown
1 hour
Comments
Any other details you might want to share.