mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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:
@@ -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>
|
||||
"""
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user