feat: favicon and astroneer

This commit is contained in:
2026-07-08 18:39:10 +02:00
parent 82abc317f1
commit b351354436
16 changed files with 440 additions and 27 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ type StatusItemProps = {
function StatusItem({ label, value, tone }: StatusItemProps) {
return (
<div className="status-item">
<div className="status-item notranslate" translate="no">
<span className="status-label">{label}</span>
<strong className={tone ? `status-value status-value--${tone}` : "status-value"}>
{tone ? <span className="status-light" aria-hidden="true" /> : null}