Don't wrap Prometheus logo + brand line

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2024-09-02 13:42:14 +02:00
parent 85735d58dd
commit 6999e8063f
2 changed files with 4 additions and 2 deletions

View file

@ -34,5 +34,7 @@
/* Font used for autocompletion item icons. */
@font-face {
font-family: "codicon";
src: local("codicon"), url(./fonts/codicon.ttf) format("truetype");
src:
local("codicon"),
url(./fonts/codicon.ttf) format("truetype");
}

View file

@ -321,7 +321,7 @@ function App() {
to="/"
style={{ textDecoration: "none", color: "white" }}
>
<Group gap={10}>
<Group gap={10} wrap="nowrap">
<img src={PrometheusLogo} height={30} />
<Text fz={20}>Prometheus{agentMode && " Agent"}</Text>
</Group>