Skip to content

Commit 2887cfb

Browse files
authored
Fix logo on benchmarks website (#7779)
## Summary They were inconsistent with our current branding material. Only the black version changes on the current [website](https://bench.vortex.dev/). ## Testing N/A Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent f843857 commit 2887cfb

5 files changed

Lines changed: 3 additions & 142 deletions

File tree

142 KB
Loading
141 KB
Loading

benchmarks-website/public/vortex_black_nobg.svg

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

benchmarks-website/public/vortex_white_nobg.svg

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

benchmarks-website/src/components/Header.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ export default function Header({
2525
</button>
2626
<a href="/" className="logo-link">
2727
<picture>
28-
<source srcset="/vortex_black_nobg.svg" media="(prefers-color-scheme: light)"/>
29-
<source srcset="/vortex_white_nobg.svg" media="(prefers-color-scheme: dark)"/>
30-
<img src="/vortex_black_nobg.svg" alt="Vortex" className="site-logo"/>
28+
<source srcset="/Vortex_Black_NoBG.png" media="(prefers-color-scheme: light)"/>
29+
<source srcset="/Vortex_White_NoBG.png" media="(prefers-color-scheme: dark)"/>
30+
<img src="/Vortex_Black_NoBG.png" alt="Vortex" className="site-logo"/>
3131
</picture>
3232
</a>
3333
</div>

0 commit comments

Comments
 (0)