-
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
port note deletion over from understory garden #61
Conversation
prefix vercel env with next public
Env flag works, remove console.log
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/mysilio/garden/E2bQJ5F6GE4aLT3n3yATgvSJtfi4 |
@@ -139,3 +139,9 @@ export const UploadImage = (props) => ( | |||
<path d="M57 2H1c-.552 0-1 .447-1 1v44c0 .553.448 1 1 1h27V29h2.586l-6.612-6.611L7.661 36.751c-.19.167-.426.249-.661.249-.277 0-.553-.114-.751-.339-.365-.415-.325-1.047.09-1.412l17.017-14.982c.396-.348.994-.329 1.368.044l4.743 4.743 9.794-10.727c.179-.196.429-.313.694-.325.264-.006.524.083.72.262l12 11c.407.373.435 1.006.062 1.413-.373.406-1.006.435-1.413.062L40.063 16.414l-9.181 10.054L33.414 29H58V3c0-.553-.448-1-1-1zM16 19.138c-3.071 0-5.569-2.498-5.569-5.568C10.431 10.498 12.929 8 16 8s5.569 2.498 5.569 5.569c0 3.071-2.498 5.569-5.569 5.569z" /> | |||
</svg> | |||
) | |||
|
|||
export const Trashcan = (props) => ( |
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.
Where do you find these?
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.
https://heroicons.com/ - though I'm thinking about moving to fontawesome - they have SVG icons these days and a huge catalog https://fontawesome.com/v5.15/how-to-use/on-the-web/using-with/react
port note deletion over from understory garden
No description provided.