summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrainDoctor <11465594+TrainDoctor@users.noreply.github.com>2022-06-29 12:23:11 -0700
committerTrainDoctor <11465594+TrainDoctor@users.noreply.github.com>2022-06-29 12:23:11 -0700
commitda0f7dd337502476a625709775f07ef9ec4f0c44 (patch)
tree338d3be376d78378cf5d5860e97887aff9407e7a
parent518b01f5714703fbe788e24a04d29058afeaff0a (diff)
downloaddecky-loader-da0f7dd337502476a625709775f07ef9ec4f0c44.tar.gz
decky-loader-da0f7dd337502476a625709775f07ef9ec4f0c44.zip
Tone down hash missing warning.
-rw-r--r--frontend/src/plugin-loader.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx
index c1f286ef..e0dedb34 100644
--- a/frontend/src/plugin-loader.tsx
+++ b/frontend/src/plugin-loader.tsx
@@ -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>