monero-project / monero-site

https://getmonero.org
BSD 3-Clause "New" or "Revised" License
275 stars 384 forks source link

press-kit: add monero.graphics #2312

Closed rottenwheel closed 2 months ago

rottenwheel commented 2 months ago

Closes #2273.

netlify[bot] commented 2 months ago

Deploy Preview for barolo-time-757cf9 ready!

Built without sensitive environment variables

Name Link
Latest commit b156c49580810a0055f4a213308e6a750b4b0f95
Latest deploy log https://app.netlify.com/sites/barolo-time-757cf9/deploys/668c72613083da000869253a
Deploy Preview https://deploy-preview-2312--barolo-time-757cf9.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

nahuhh commented 2 months ago

Squash

plowsof commented 2 months ago

please avoid submitting pull requests from your master branch, it will make things a lot simpler for you. especially if you want to make other PR's while this is up for review. Perform the squash locally using git rebase -i HEAD~2 and replace pick with s on the bottom commit you see. something usually goes wrong, and i'm barely git-literate myself so shoot me a DM if you need help.

nahuhh commented 2 months ago

After squash (rebase), you have to git push origin -f