Tone down hash missing warning.

This commit is contained in:
TrainDoctor
2022-06-29 12:23:11 -07:00
parent 518b01f571
commit da0f7dd337
+1 -1
View File
@@ -58,7 +58,7 @@ class PluginLoader extends Logger {
}}
>
<div className={staticClasses.Title} style={{ flexDirection: 'column' }}>
{hash == 'False' ? <h1 style={{ color: 'red' }}>!!!!NO HASH PROVIDED!!!!</h1> : null}
{hash == 'False' ? <h3 style={{ color: 'red' }}>!!!!NO HASH PROVIDED!!!!</h3> : null}
Install {artifact}
{version ? ' version ' + version : null}?
</div>