Skip to content

Commit

Permalink
update sponsor links to ko-fi
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jun 13, 2024
1 parent e7ab289 commit afca397
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
🔗 Download Vibe
</a>
&nbsp; | &nbsp; Give it a Star ⭐ | &nbsp;
<a target="_blank" href="https://github.com/sponsors/thewh1teagle">Support the project 🤝</a>
<a target="_blank" href="https://ko-fi.com/thewh1teagle">Support the project 🤝</a>
</p>

<hr />
Expand Down Expand Up @@ -55,7 +55,8 @@
- 🖥️ CLI support: Use Vibe directly from the command line interface! (see `--help`)
- 👥 ~Speaker diarization~ (coming soon)
- 📱 ~iOS & Android support~ (coming soon)
-
-

# Supported platforms 🖥️

`MacOS`
Expand Down
2 changes: 1 addition & 1 deletion desktop/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const updateVersionURL = 'https://github.com/thewh1teagle/vibe/releases/l
export const modelsURL = 'https://huggingface.co/ggerganov/whisper.cpp'
export const discordURL = 'https://discord.gg/EcxWSstQN8'
export const unsupportedCpuReadmeURL = 'https://github.com/thewh1teagle/vibe/blob/main/INSTALL.md#unsupported-cpus'
export const sponsorURL = 'https://github.com/sponsors/thewh1teagle'
export const supportVibeURL = 'https://ko-fi.com/thewh1teagle'

export const videoExtensions = ['mp4', 'mkv', 'avi', 'mov', 'wmv', 'webm']
export const audioExtensions = ['mp3', 'wav', 'aac', 'flac', 'oga', 'ogg', 'opic', 'opus', 'm4a']
2 changes: 1 addition & 1 deletion desktop/src/pages/settings/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function SettingsPage({ setVisible }: SettingsPageProps) {
{t('common.report-issue')}
<GithubIcon className="w-4 h-4" />
</button>
<button onMouseDown={() => shell.open(config.sponsorURL)} className="btn bg-base-300 text-base-content">
<button onMouseDown={() => shell.open(config.supportVibeURL)} className="btn bg-base-300 text-base-content">
{t('common.support-the-project')}
<HeartIcon fill="#db61a2" className="w-4 h-4 stroke-2" />
</button>
Expand Down
2 changes: 1 addition & 1 deletion landing/src/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a class="link link-hover" href={base}>{t('home')}</a>
<a class="link link-hover" href={`${base}/features`}>{t('features')}</a>
<a class="link link-hover" href="https://github.com/thewh1teagle/vibe" target="_blank">Github</a>
<a class="link link-hover" href="https://github.com/sponsors/thewh1teagle" target="_blank">{t('support-vibe')}</a>
<a class="link link-hover" href="https://ko-fi.com/thewh1teagle" target="_blank">{t('support-vibe')}</a>
</nav>
<nav>
<div class="grid grid-flow-col gap-4">
Expand Down

0 comments on commit afca397

Please sign in to comment.