Merge pull request #68 from Zagrios/hotfix/change-work-in-progress-text

hotfix/change-work-in-progress-text
This commit is contained in:
MathieuG-P
2023-01-04 20:47:01 +01:00
committed by GitHub
@@ -133,7 +133,7 @@ export function MapsPlaylistsPanel({version}: Props) {
<LocalMapsListPanel ref={mapsRef} className="w-full h-full shrink-0 flex flex-col" version={version} filter={mapFilter} search={mapSearch}/>
<div className="w-full h-full shrink-0 flex flex-col justify-center items-center content-center gap-2 overflow-hidden">
<BsmImage className="rounded-md" image={wipGif}/>
<span>Work in progress</span>
<span>Coming soon</span>
</div>
</div>
</div>