Presences
Presences copied to clipboard
feat(OpenSea): add presence
Description
Added a presence for OpenSea resolves #5235
Acknowledgements
- [x] I read the Presence Guidelines
- [x] I linted the code by running
yarn format
- [x] The PR title follows the repo's commit conventions
Screenshots
Proof showing the creation/modification is working as expected
You could create a variable to store
pathname.split("/")
since you're using it multiple times
@RisingSunLight42 got any suggestions for naming such a variable cause my brain is blanking
You could create a variable to store
pathname.split("/")
since you're using it multiple times@RisingSunLight42 got any suggestions for naming such a variable cause my brain is blanking
I usually name it pathnameArray, because... It's an array obtained from the pathname xD
You could create a variable to store
pathname.split("/")
since you're using it multiple times@RisingSunLight42 got any suggestions for naming such a variable cause my brain is blanking
I usually name it pathnameArray, because... It's an array obtained from the pathname xD
Or pathArr
for short