Skip to content

Commit

Permalink
Remove 'v3' version from effection header logo
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Lazarev <[email protected]>
  • Loading branch information
wKich committed Mar 5, 2024
1 parent 32916f4 commit 4a3fa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function Header({ navLinks }: HeaderProps) {
<div class="flex">
<a
href="/"
class="flex items-end gap-x-2 after:content-['v3'] after:inline after:relative after:top-0 after:text-sm"
class="flex items-end gap-x-2"
>
<img src="/assets/images/effection-logo.svg" alt="Effection Logo" width={156} height={24} />
</a>
Expand Down

0 comments on commit 4a3fa90

Please sign in to comment.