Skip to content

Commit b128b63

Browse files
authored
chore: update stackblitz/bolt sponsor logo (vitejs#20130)
1 parent 3093bd1 commit b128b63

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/.vitepress/theme/composables/sponsor.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ const viteSponsors: Pick<Sponsors, 'special' | 'gold'> = {
3535
special: [
3636
// sponsors patak-dev
3737
{
38-
name: 'StackBlitz',
39-
url: 'https://stackblitz.com',
40-
img: '/stackblitz.svg',
38+
name: 'Bolt',
39+
url: 'https://bolt.new',
40+
img: '/bolt.svg',
4141
},
4242
// sponsors antfu
4343
{

docs/.vitepress/theme/styles/vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}
9090

9191
.vp-sponsor-grid.big .vp-sponsor-grid-image {
92-
max-height: 96px;
92+
max-height: 56px;
9393
}
9494

9595
.vp-sponsor-grid.mini .vp-sponsor-grid-image[alt='Bit'] {

docs/public/bolt.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)