Skip to content

Commit

Permalink
add title Wildrent in browser tab
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyR01 committed Jul 17, 2024
1 parent 6c31a6b commit cf2668e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { ToastContainer } from "react-toastify";
import "react-toastify/dist/ReactToastify.css";
import "styles/globals.css";
import { setContext } from "@apollo/client/link/context";
import Head from "next/head";


const httpLink = createHttpLink({
Expand All @@ -39,6 +40,9 @@ const client = new ApolloClient({
function App({ Component, pageProps: { ...pageProps } }: AppProps) {
return (
<ApolloProvider client={client}>
<Head>
<title>WildRent</title>
</Head>
<Layout>
<UserDatesResearchProvider>
<Component {...pageProps} />
Expand Down

0 comments on commit cf2668e

Please sign in to comment.