display little parsing status instead of error toast

This commit is contained in:
Ruben Fiszel
2022-11-04 01:17:59 +01:00
parent b52f263bf6
commit 8a3a7e1dab
@@ -213,6 +213,9 @@
<div class="flex flex-row divide-x items-center">
<div class="ml-2">
<span
title={validCode
? 'last signature parsing was sucessful'
: 'last signature parsing was succesful'}
class="relative inline-flex rounded-full h-2 w-2 {validCode
? 'bg-green-500/80'
: 'bg-red-500'}"