Capitalize logo (#2666)

Forgot to make this consistent. Alternatively we could use a text logo
with the text in-place.
This commit is contained in:
Jamil
2023-11-18 08:50:29 -08:00
committed by GitHub
parent aa29200dea
commit a5b6929fbf
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ defmodule Web.CoreComponents do
>
<img src={~p"/images/logo.svg"} class="mr-3 h-8" alt="Firezone Logo" />
<span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">
firezone
Firezone
</span>
</a>
"""

View File

@@ -30,7 +30,7 @@ defmodule Web.NavigationComponents do
>
<img src={~p"/images/logo.svg"} class="mr-3 h-8" alt="Firezone Logo" />
<span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">
firezone
Firezone
</span>
</a>
</div>