This commit is contained in:
Jerilyn Zheng 2026-04-05 01:14:05 +00:00 committed by GitHub
commit 503346a863
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<svg viewBox="0 0 1155 1000" xmlns="http://www.w3.org/2000/svg">
<style>
path { fill: #000; }
@media (prefers-color-scheme: dark) { path { fill: #fff; } }
</style>
<path d="M577.344 0L1154.69 1000H0L577.344 0Z"/>
</svg>

After

Width:  |  Height:  |  Size: 234 B

View file

@ -24,6 +24,7 @@ const knownEndpointAssets = {
[KnownEndpoints.shuttleai]: 'assets/shuttleai.png',
[KnownEndpoints['together.ai']]: 'assets/together.png',
[KnownEndpoints.unify]: 'assets/unify.webp',
[KnownEndpoints.vercel]: 'assets/vercel.svg',
};
const knownEndpointClasses = {