build version h2

This commit is contained in:
mbecker20
2023-02-22 22:45:05 +00:00
parent 60d457b285
commit 9709239f88

View File

@@ -134,7 +134,7 @@ const Build: Component<{ id: string }> = (p) => {
<Show when={isAwsBuild()}>
<div style={{ opacity: 0.7 }}>aws build</div>
</Show>
<div>{version()}</div>
<h2>{version()}</h2>
<Show when={!isMobile()}>
<div style={{ opacity: 0.7 }}>{lastBuiltAt()}</div>
</Show>