style
This commit is contained in:
10
app/page.tsx
10
app/page.tsx
@@ -42,16 +42,6 @@ export default function HomePage() {
|
||||
</svg>
|
||||
),
|
||||
},
|
||||
{
|
||||
title: 'Conversions',
|
||||
description: 'Track conversion rates and analyze the performance of your links.',
|
||||
href: '/analytics/conversions',
|
||||
icon: (
|
||||
<svg className="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6" />
|
||||
</svg>
|
||||
),
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user