Skip to content

Commit

Permalink
fix: aligned seo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Mazzon committed Sep 20, 2023
1 parent e67aa12 commit 6734a75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/creator/login/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import React from "react";
import "../../globals.css";
import DefaultSEO from "@/seo";

export const metadata = {
title: "Bondscape | Login",
...DefaultSEO,
title: "Login | Bondscape",
};

export default function RootLayout({
Expand Down

0 comments on commit 6734a75

Please sign in to comment.