-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update sale endpoint #195
Update sale endpoint #195
Conversation
Why: * We need to include more information about the project How: * Adding the project url and status, as well as the images to be displayed
✅ Deploy Preview for ctznd ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
return [ | ||
{ | ||
project: 'Citizend', | ||
status: await projectStatus(), | ||
url: `${host}/projects/citizend`, | ||
logo: `${host}/citizend-logo-circle.svg`, |
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 is not the logo used in that card. I'm using an svg component CitizenBlackBackgroundLogo
. It's easier if you just copy if from there and paste it in the public folder, so you can do this.
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.
Nice catch, I'll do that
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.
🚀
Why:
How:
displayed