Skip to content

Commit

Permalink
refactor: use lucide over radix icon (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj authored Dec 24, 2024
1 parent 2f7c01c commit f5a367a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"dependencies": {
"@graphql-tools/schema": "10.0.13",
"@headlessui/react": "^1.7.17",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-radio-group": "^1.1.3",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.10",
Expand Down
12 changes: 0 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/app/conf/2023/page.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { GlobeIcon } from "@radix-ui/react-icons"
import { Metadata } from "next"
import { About } from "../_components/about"
import { Speakers } from "../_components/speakers"
import { Sponsors } from "../_components/sponsors"
import { Thanks } from "../_components/thanks"
import { CalendarIcon, GraphQLConf, HostedByGraphQLFoundation } from "@/icons"
import { Globe } from "lucide-react"

export const metadata: Metadata = {
title: "GraphQLConf 2023 — Sept 19-21 • SF Bay Area",
Expand Down Expand Up @@ -38,7 +38,7 @@ function Hero() {
</div>
<span />
<div className="flex items-center gap-5 max-md:gap-3">
<GlobeIcon className="size-6" />
<Globe className="size-6" />
<span>San Francisco Bay Area, CA</span>
</div>
</div>
Expand Down

0 comments on commit f5a367a

Please sign in to comment.