chore: Prevent word break title

This commit is contained in:
Mathias Schopmans
2024-02-21 14:51:13 +01:00
committed by Mathias Schopmans
parent 97898b02d0
commit 42943a93ee

View File

@@ -19,7 +19,9 @@ const Home: CustomPage = () => {
<> <>
<h1> <h1>
{appName}{" "} {appName}{" "}
<span style={{ color: "var(--highlight)" }}>Version #{version}</span> <span style={{ color: "var(--highlight)", whiteSpace: "nowrap" }}>
Version #{version}
</span>
</h1> </h1>
<Radar quadrants={quadrants} rings={rings} items={items} /> <Radar quadrants={quadrants} rings={rings} items={items} />
<QuadrantList items={items} /> <QuadrantList items={items} />