mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
show remixed banner to all, not just new scratchers
This commit is contained in:
parent
07568b0f65
commit
d235d872e1
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ const PreviewPresentation = ({
|
|||
message={embedCensorMessage(visibilityInfo.message)}
|
||||
/>);
|
||||
}
|
||||
} else if (justRemixed && isNewScratcher) {
|
||||
} else if (justRemixed) {
|
||||
banner = (
|
||||
<Banner
|
||||
className="banner-success"
|
||||
|
|
Loading…
Reference in a new issue