-
Notifications
You must be signed in to change notification settings - Fork 161
Modify: Changing the bg color in index.css #98
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
Conversation
@hershiee is attempting to deploy a commit to the TechXNinjas' projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
FIX : Removed the .env file
Hey Why did you delete .env.local you are not supposed to do that you just put a sample content to the env or remove the contents of it and if you delete the env however your api keys are exposed so thats why remember this never push a env related file and if after pushing make a commit to override it rather than deleting if you still didn't understand what I meant contact me on discord id is guest0288 |
apologies from my end but this was my first PR I am absolutely new to open source and development @harshendram |
Its ok we are here to help you don't worry You can contact me on discord id is guest0288 please update the pr include the sample env file which is the repo so that while merging there would be no conflicts :) |
Where is the update??? I will close this issue If I don't get response within 24 hrs |
I've readded the .env.local file with placeholder values instead of deleting it as suggested. Thank you for the clarification, I understand now that deleting env files can expose keys in Git history. I’ll make sure to just clear the values in future instead. Let me know if anything else needs fixing! |
Good but are you the one who messaged me on discord last night? our pa and mentors are waiting to confirm this @hershiee |
Yes, I was the one who messaged you on Discord last night Sorry if there was any confusion my intention was only to ask for some help regarding open-source contributions through GSSoC |
no worries you can ask doubts in dc as I caught the scammer anyways he was using your name "harshita gupta" (around 7 pm) and now has been expelled out of the program as I informed to program manager Thank you sorry for the miss-communication <3 happy contributing !!! |
changed modal-overlay background-color
background-color: rgba(32, 2, 2, 0.5);
changed modal-content box-shadow
box-shadow: 0 10px 25px rgba(15, 4, 4, 0.1);