Shorten freq in footer navbar

This commit is contained in:
Mashintime 2023-10-18 23:50:52 -04:00
parent ba695aae7d
commit c55595484b

View file

@ -125,7 +125,7 @@ const state = useStateStore(pinia);
data-bs-trigger="hover"
data-bs-html="true"
>
{{ state.frequency }} Hz
{{ parseInt(state.frequency) / 1000 }} KHz
</button>
</div>