diff --git a/src/components/Nav/Header.tsx b/src/components/Nav/Header.tsx
index b894e82b..9ffbd4bf 100644
--- a/src/components/Nav/Header.tsx
+++ b/src/components/Nav/Header.tsx
@@ -58,7 +58,7 @@ export const Header = () => {
{(r: { href: string; name: string }) => (
- -
+
-
{r.name}
diff --git a/src/graphql/publicGraphQLClient.ts b/src/graphql/publicGraphQLClient.ts
index 8dd30a7b..f6e84d32 100644
--- a/src/graphql/publicGraphQLClient.ts
+++ b/src/graphql/publicGraphQLClient.ts
@@ -4,8 +4,8 @@ import { devtoolsExchange } from '@urql/devtools'
// FIXME actual value
const isDev = true
-// export const baseUrl = 'https://newapi.discours.io'
-export const baseUrl = 'http://localhost:8000'
+export const baseUrl = 'https://newapi.discours.io'
+//export const baseUrl = 'http://localhost:8000'
const exchanges: Exchange[] = [dedupExchange, fetchExchange]