Skip to content

Commit

Permalink
Update discord links (#1288)
Browse files Browse the repository at this point in the history
Fixed invalid discord links
  • Loading branch information
beastoin authored Nov 12, 2024
2 parents 5b76d54 + 2fd4506 commit fe9aa82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ transcriptions of meetings, chats, and voice memos wherever you are.

![Omi](https://github.com/user-attachments/assets/0c757e55-c030-4ae7-a15b-7218950c8ba0)

[![Discord Follow](https://dcbadge.vercel.app/api/server/ZutWMTJnwA?style=flat)](https://discord.gg/based-hardware-1192313062041067520)    
[![Discord Follow](https://dcbadge.vercel.app/api/server/ZutWMTJnwA?style=flat)](https://discord.gg/omi)    
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)   
[![GitHub Repo stars](https://img.shields.io/github/stars/BasedHardware/Omi)](https://github.com/BasedHardware/Omi)

Expand Down
2 changes: 1 addition & 1 deletion app/lib/pages/settings/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class _AboutOmiPageState extends State<AboutOmiPage> {
trailing: const Icon(Icons.discord, color: Colors.purple, size: 20),
onTap: () {
MixpanelManager().pageOpened('About Join Discord');
launchUrl(Uri.parse('https://discord.gg/based-hardware-1192313062041067520'));
launchUrl(Uri.parse('https://discord.gg/omi'));
},
),
],
Expand Down

0 comments on commit fe9aa82

Please sign in to comment.