Skip to content
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

optional logo in quick-dapp #5306

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

drafish
Copy link
Contributor

@drafish drafish commented Oct 22, 2024

fix #5291

Copy link

netlify bot commented Oct 22, 2024

👷 Deploy request for remixproject pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 51814ce

@ryestew ryestew requested a review from yann300 October 29, 2024 13:57
@ryestew ryestew added the UI label Oct 29, 2024
@@ -192,7 +193,9 @@ export const deploy = async (payload: any, callback: any) => {
files[`dir/${path}`] = resp.data;
}

files['dir/assets/logo.png'] = logo
if (logo) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is no default case anymore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Next Release
Development

Successfully merging this pull request may close these issues.

QuickDapp Change UI for optional logo input
3 participants