Browse Source

fix metrics

main
matthew 2 years ago
parent
commit
dd1302b0a7
  1. 2
      searching-front/pages/s.tsx
  2. 2
      searching-front/pages/state.tsx

2
searching-front/pages/s.tsx

@ -32,7 +32,7 @@ const SearchPage: BlitzPage = (props) => {
}}
>
<ContextProviders contextParamsServer={props}>
<Layout title="Searching">
<Layout title="Searching | Search">
<Suspense fallback="Loading....">
<Search />
</Suspense>

2
searching-front/pages/state.tsx

@ -38,7 +38,7 @@ const StatePage: BlitzPage = (props) => {
}}
>
<ContextProviders contextParamsServer={props}>
<Layout title="State of TON Sites" withoutPaddings>
<Layout title="Searching | State of TON Sites" withoutPaddings>
<Suspense fallback="Loading....">
<State {...props} />
</Suspense>

Loading…
Cancel
Save