Skip to content

Commit

Permalink
chore: switch chat icon to Discord (#439)
Browse files Browse the repository at this point in the history
* chore: switch chat icon to Discord

Co-Authored-By: seve@tscircuit.com <seve@tscircuit.com>

* chore: fix formatting

Co-Authored-By: seve@tscircuit.com <seve@tscircuit.com>

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: seve@tscircuit.com <seve@tscircuit.com>
  • Loading branch information
devin-ai-integration[bot] and seve@tscircuit.com authored Dec 29, 2024
1 parent 3833fb0 commit dc70daa
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import {
GitHubLogoIcon,
OpenInNewWindowIcon,
ChatBubbleIcon,
DiscordLogoIcon,
} from "@radix-ui/react-icons"
import { Menu, MessageCircleMoreIcon, X } from "lucide-react"
import { Menu, X } from "lucide-react"
import React, { useState } from "react"
import { Link, useLocation } from "wouter"
import CmdKMenu from "./CmdKMenu"
Expand Down Expand Up @@ -84,9 +85,13 @@ export default function Header() {
</a>
</li>
<li>
<a href="https://tscircuit.com/join">
<Button variant="ghost" className="text-gray-500">
<MessageCircleMoreIcon className="w-4 h-4" />
<a
href="https://tscircuit.com/join"
target="_blank"
className="mr-2"
>
<Button variant="ghost">
<DiscordLogoIcon className="text-gray-400 hover:text-gray-600 transition-colors w-4 h-4" />
</Button>
</a>
</li>
Expand Down

0 comments on commit dc70daa

Please sign in to comment.