Skip to content

Commit 594dc9e

Browse files
committed
update sponsor
1 parent e42a20c commit 594dc9e

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

BACKERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You can join them in supporting vue-i18n & Intlify project development by [pledg
9797
>
9898
<img
9999
style="max-width: 100%; vertical-align: midele;"
100-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/crowdin.png"
100+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/crowdin.svg"
101101
width="260px"
102102
alt="Crowdin"
103103
>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
7171
href="https://crowdin.com/teams/engineering?utm_source=vue-i18n.intlify.dev&utm_medium=referral"
7272
target="_blank">
7373
<img
74-
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/crowdin.png"
74+
src="https://raw.githubusercontent.com/intlify/vue-i18n-next/master/docs/public/crowdin.svg"
7575
width="240px"
7676
/>
7777
</a>

docs/.vitepress/theme/components/Service.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default defineComponent({
4646
width: 15rem;
4747
}
4848
.banner {
49-
max-width: 100%;
49+
width: 240px;
5050
vertical-align: midele;
5151
}
5252
</style>

docs/.vitepress/theme/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
{
99
"title": "Crowdin",
10-
"source": "/crowdin.png",
10+
"source": "/crowdin.svg",
1111
"link": "https://crowdin.com/teams/engineering?utm_source=vue-i18n.intlify.dev&utm_medium=referral",
1212
"description": "Crowdin is a cloud-based localization software for companies, teams, and individuals creating multilingual products. Stay agile when translating mobile, desktop & web apps, websites, games, help documentation, and other content. Crowdin has 2M+ registered user accounts, 130K+ localization projects, and customers from 160+ countries. We offer 280+ applications, so you can automate content sync between Crowdin and the tools you use."
1313
}

docs/.vitepress/theme/sponsors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"name": "Crowdin",
3131
"tier": "gold",
3232
"link": "https://crowdin.com/teams/engineering?utm_source=vue-i18n.intlify.dev&utm_medium=referral",
33-
"source": "/crowdin.png"
33+
"source": "/crowdin.svg"
3434
}],
3535
"silvers": [],
3636
"bronzes": [{

docs/public/crowdin.svg

Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)