Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/content/sponsors/unofficial-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions .github/content/sponsors/unofficial-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions site/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ import { CollaborationBadge } from '../components/CollaborationBadge'
</HomePage.Buttons>
</HomePage.Root>

# [@dalechyn.eth](https://warpcast.com/dalechyn.eth) Sponsors

::sponsors
16 changes: 16 additions & 0 deletions site/vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,22 @@ export default defineConfig({
],
},
},
sponsors: [
{
name: 'Small Enterprise',
height: 40,
items: [
[
{
name: 'Unofficial',
link: 'https://warpcast.com/unofficial',
image:
'https://raw.githubusercontent.com/wevm/frog/chore/sponsors/.github/content/sponsors/unofficial-light.svg',
},
],
],
},
],
title: 'Frog',
topNav: [
{
Expand Down