Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to discord #274

Merged
merged 2 commits into from
Mar 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
make discord a button
  • Loading branch information
anastasiya1155 committed Mar 20, 2023
commit 8e0b915bf14b43cd30e07c8e130d5bc188307067
15 changes: 7 additions & 8 deletions client/src/components/StatusBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,15 @@ const StatusBar = () => {
textSecondary={lastQueryTime + 'ms'}
/>
</span>
<span className="flex gap-4">
<button
className="flex gap-2 items-center text-gray-500"
<span className="flex gap-3">
<Button
size="small"
variant="secondary"
onClick={() => openLink(discordLink)}
>
<div className="w-4 h-4">
<DiscordLogo raw />
</div>
<span className="caption">Join Discord channel</span>
</button>
<DiscordLogo />
Discord
</Button>
<Button
size="small"
variant="secondary"
Expand Down