Saurav-Pant / Blood-Donation-Project

Website
https://blood-donation-project.vercel.app/
62 stars 100 forks source link

[style]: The "How to get blood?" section is not mobile responsive #144

Open SaranshBangar opened 1 month ago

SaranshBangar commented 1 month ago

What's the style idea?

We can remove the middle red heart line for mobiles to improve UI

Add screenshots

image

Record

Saurav-Pant commented 1 month ago

Go ahead @SaranshBangar

SaranshBangar commented 1 month ago

@Saurav-Pant Really sorry to disturb you sir, but while trying to run the development server locally, I am facing a peculiar issue and I was hoping to get some guidance from you regarding resolving that

Issue ->

image

My analysis -> On analyzing the file structure, I found the .env.example file to be the root cause of the issue as the file does not contain the proper variables in it

.env.example

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
DATABASE_URL=""

It would be great if you can help me in sorting this issue out sir

Saurav-Pant commented 1 month ago

Thanks for working on the issue @SaranshBangar.

pic

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= CLERK_SECRET_KEY=

If you stuck in anyplace feel free to ping me @SaranshBangar

SaranshBangar commented 1 month ago

Resolved in PR #150