diff --git a/src/app/components/services.tsx b/src/app/components/services.tsx index 31aba5e..22722d0 100644 --- a/src/app/components/services.tsx +++ b/src/app/components/services.tsx @@ -7,7 +7,7 @@ interface Service { function Services() { return ( -
My name is {process.env.NEXT_PUBLIC_SERVER_NAME}, and I'm a server.