diff --git a/frontend/src/app/icon.svg b/frontend/src/app/icon.svg index e2b135f..aaefcd4 100644 --- a/frontend/src/app/icon.svg +++ b/frontend/src/app/icon.svg @@ -1 +1,36 @@ - \ No newline at end of file + + + + + + + + + + + \ No newline at end of file diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index de0d212..3789aed 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -10,7 +10,7 @@ import { ApolloWrapper } from "@/components/wrappers/ApolloWrapper"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "NTNU SmallSat Lab", + title: "Small Satellite Lab", description: "NTNU Small Satellite Lab", };