EthereumLogo.png #189
-
Hello, I have a decent understanding of JS but still learning. How do I change the default eth logo to my own image? I feel like I have found all points in the code for image related things. I just can't crack it. May I have some assistance? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There's an I mean this in good faith: if you're stuck on replacing an image, it's a sign that you should (re)take a React tutorial. You'll fumble many times if you don't. Also check out StackOverflow and Ethereum StackExchange for posting generic Ethereum development questions. |
Beta Was this translation helpful? Give feedback.
-
I appreciate the reply my friend as it was very helpful. I continue to
learn every day through articles and documentation and the occasional
video. My deepest learning comes from continuing to develop my project.
Peace be to you
… —
Reply to this email directly, view it on GitHub
<#189 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APLTUXWJZBACHORJ5OP6AMLUWSFLDANCNFSM5MFCSWYA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
There's an
Image
component on line 89. If you add a new image in the source code and import it at the top, then use it for thesrc
attribute of theImage
component, you will change the default logo.I mean this in good faith: if you're stuck on replacing an image, it's a sign that you should (re)take a React tutorial. You'll fumble many times if you don't. Also check out StackOverflow and Ethereum StackExchange for posting generic Ethereum development questions.