diff --git a/src/client/features/search-performance/SearchPerformancePage.tsx b/src/client/features/search-performance/SearchPerformancePage.tsx index d082789..cef8d37 100644 --- a/src/client/features/search-performance/SearchPerformancePage.tsx +++ b/src/client/features/search-performance/SearchPerformancePage.tsx @@ -1,4 +1,5 @@ import { useEffect, useState } from "react"; +import { Link } from "@tanstack/react-router"; import { keepPreviousData, queryOptions, @@ -190,12 +191,24 @@ export function SearchPerformancePage({ projectId }: { projectId: string }) { return (
- See your site's clicks, impressions, CTR, and position from - Google Search Console. -
++ See your site's clicks, impressions, CTR, and position from + Google Search Console. +
+