Skip to content

Commit

Permalink
chore: remove logo in project info modal
Browse files Browse the repository at this point in the history
  • Loading branch information
0xExp-po committed Sep 12, 2024
1 parent 6f49841 commit 374f4be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dapp/src/components/ProjectInfo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,7 @@ import ModalInput from "./utils/ModalInput.astro";
projectLogo.src = configData.logoImageLink;
projectLogo.style.display = 'block';
} else {
projectLogo.src = '/logo.svg';
projectLogo.style.display = 'block';
// projectLogo.style.display = 'none';
projectLogo.style.display = 'none';
}
}
if (projectThumbnail) projectThumbnail.src = configData.thumbnailImageLink || '/fallback-image.jpg';
Expand Down

0 comments on commit 374f4be

Please sign in to comment.