Skip to content

Commit

Permalink
Update ClaimForm.tsx (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
sykp241095 authored Sep 14, 2024
1 parent 12337b8 commit f9a91aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/open-source-heroes/_components/ClaimForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ function Eligible ({ tenants, check, onClaim }: { tenants: Tenant[], check: Chec
function ShareButton () {
return (
<Button component="a" sx={{ position: [undefined, undefined, 'absolute'], left: [undefined, undefined, '100%'], whiteSpace: 'nowrap', color: 'white !important' }} target="_blank" href={twitterLink(location.href, {
title: 'Open Source Heroes, we ❤️ you! To show our appreciation, claim up to $2000 in FREE TiDB Serverless Credits to fuel your next big idea. Build with a powerful, scalable serverless database. \nStart today!',
title: 'Open Source Heroes, we ❤️ you! To show our appreciation, claim up to $2000 FREE TiDB Serverless Credits to fuel your next big idea. Build with a powerful, scalable serverless database. \nStart now!',
hashtags: ['opensource', 'database', 'cloud', 'developer', 'tidbserverless'],
})}>
{'Share via '}
Expand Down

0 comments on commit f9a91aa

Please sign in to comment.