Skip to content

Commit 534f777

Browse files
committed
Update logo
1 parent 17b7bba commit 534f777

File tree

10 files changed

+14
-73
lines changed

10 files changed

+14
-73
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://tempestphp.com">
3-
<img src="https://raw.githubusercontent.com/tempestphp/.github/refs/heads/main/.github/tempest-logo.svg" width="100" />
3+
<img src="https://raw.githubusercontent.com/tempestphp/.github/refs/heads/main/logo_current/tempest-logo.png" width="100" />
44
</a>
55
</p>
66

213 Bytes
Loading
19.4 KB
Loading
-72 Bytes
Loading

public/favicon/favicon-16x16.png

-89 Bytes
Loading

public/favicon/favicon-32x32.png

-211 Bytes
Loading

public/favicon/favicon.ico

0 Bytes
Binary file not shown.

public/img/logo-transparent.svg

Lines changed: 0 additions & 42 deletions
This file was deleted.

public/img/tempest-logo.svg

Lines changed: 12 additions & 29 deletions
Loading

src/Web/x-header.view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class="group w-full lg:max-w-5xl xl:max-w-7xl 2xl:max-w-8xl fixed lg:rounded-xl
1919
<a href="/" class="flex items-center gap-4">
2020
<!-- Logo -->
2121
<div class="size-8">
22-
<img src="/img/logo-transparent.svg" alt="Tempest logo" class="size-full"/>
22+
<img src="/img/tempest-logo.svg" alt="Tempest logo" class="size-full"/>
2323
</div>
2424
<span class="font-medium hidden lg:inline">Tempest</span>
2525
</a>

0 commit comments

Comments
 (0)