Skip to content

Commit 5b5c642

Browse files
committed
Refine donation text for consistency and clarity
1 parent aa8b5bc commit 5b5c642

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Please be welcomed in [discussions](https://github.com/robertpiosik/CodeWebChat/
9999

100100
## <span style="background-color: #fbb100; color: black; padding: 0.2em 0.6em; border-radius: 999px">Donations</span>
101101

102-
If you use CWC daily, [buying a coffee](https://buymeacoffee.com/robertpiosik) is a great way to show your support for the project.
102+
If you use CWC daily, [buying a $3 coffee](https://buymeacoffee.com/robertpiosik) is a great way to show your support for the project.
103103

104104
**BTC:** bc1qfzajl0fc4347knr6n5hhuk52ufr4sau04su5te
105105

‎packages/vscode/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat (CWC)",
44
"description": "Connect VS Code with free chatbots",
5-
"version": "1.244.0",
5+
"version": "1.245.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

‎packages/vscode/src/view/frontend/intro/Intro/Intro.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const Intro: React.FC<Props> = (props) => {
3838
href="https://buymeacoffee.com/robertpiosik"
3939
>
4040
<span className="codicon codicon-coffee" />
41-
<span>Buy $3 coffee</span>
41+
<span>Buy a $3 coffee</span>
4242
</a>
4343
</div>
4444
<div className={styles.bottom}>

0 commit comments

Comments
 (0)