File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ import { createFileRoute, Link } from '@tanstack/react-router'
22import { Footer } from '~/components/Footer'
33import { Card } from '~/components/Card'
44import { seo } from '~/utils/seo'
5- import { Rss , BookOpen , Github , Twitter } from 'lucide-react'
5+ import { Rss , BookOpen , Github } from 'lucide-react'
6+ import { BrandXIcon } from '~/components/icons/BrandXIcon'
67
78export const Route = createFileRoute ( '/feed' ) ( {
89 component : RouteComp ,
@@ -39,13 +40,13 @@ const alternatives = [
3940 internal : false ,
4041 } ,
4142 {
42- title : 'Twitter / X' ,
43- icon : Twitter ,
43+ title : 'X' ,
44+ icon : BrandXIcon ,
4445 gradient : 'from-sky-400 to-blue-500' ,
4546 borderColor : 'hover:border-sky-500/50' ,
4647 description :
47- 'Follow @tannerlinsley for announcements, early previews, and release highlights.' ,
48- href : 'https://x.com/tannerlinsley ' ,
48+ 'Follow @tan_stack for announcements, early previews, and release highlights.' ,
49+ href : 'https://x.com/tan_stack ' ,
4950 label : 'Follow on X' ,
5051 internal : false ,
5152 } ,
You can’t perform that action at this time.
0 commit comments