diff --git a/apps/www/components/icons.tsx b/apps/www/components/icons.tsx index 58f873d7be..327ff5e3b2 100644 --- a/apps/www/components/icons.tsx +++ b/apps/www/components/icons.tsx @@ -29,8 +29,14 @@ export const Icons = { ), twitter: (props: IconProps) => ( - - + + ), gitHub: (props: IconProps) => ( diff --git a/apps/www/components/site-header.tsx b/apps/www/components/site-header.tsx index 3c13add4ad..0c7854a44a 100644 --- a/apps/www/components/site-header.tsx +++ b/apps/www/components/site-header.tsx @@ -50,7 +50,7 @@ export function SiteHeader() { "w-9 px-0" )} > - + Twitter diff --git a/templates/next-template/components/icons.tsx b/templates/next-template/components/icons.tsx index 3a00095b02..e7c323c54a 100644 --- a/templates/next-template/components/icons.tsx +++ b/templates/next-template/components/icons.tsx @@ -2,7 +2,6 @@ import { LucideProps, Moon, SunMedium, - Twitter, type Icon as LucideIcon, } from "lucide-react" @@ -11,7 +10,17 @@ export type Icon = LucideIcon export const Icons = { sun: SunMedium, moon: Moon, - twitter: Twitter, + twitter: (props: LucideProps) => ( + + + + ), logo: (props: LucideProps) => ( - + Twitter