diff --git a/website/src/components/Hero/index.tsx b/website/src/components/Hero/index.tsx index 4929a03..54c4b3f 100644 --- a/website/src/components/Hero/index.tsx +++ b/website/src/components/Hero/index.tsx @@ -1,6 +1,5 @@ import { toast } from 'sonner'; -import { track } from '@vercel/analytics'; import styles from './hero.module.css'; import Link from 'next/link'; @@ -13,18 +12,7 @@ export const Hero = () => {

Sonner

-

- An opinionated toast component for React, by{' '} - track('emilkowal.ski click')} - style={{ textDecoration: 'underline', textDecorationThickness: 1 }} - > - Emil - - . -

+

An opinionated toast component for React .

); }