feat: add button to navigate to Funnels page in SiteDashboardPage for improved user navigation
This commit is contained in:
@@ -297,6 +297,12 @@ export default function SiteDashboardPage() {
|
||||
{ value: 'custom', label: 'Custom' },
|
||||
]}
|
||||
/>
|
||||
<button
|
||||
onClick={() => router.push(`/sites/${siteId}/funnels`)}
|
||||
className="btn-secondary text-sm"
|
||||
>
|
||||
Funnels
|
||||
</button>
|
||||
{canEdit && (
|
||||
<button
|
||||
onClick={() => router.push(`/sites/${siteId}/settings`)}
|
||||
|
||||
Reference in New Issue
Block a user