Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
indaviande committed Dec 16, 2024
1 parent 154a020 commit dbc0e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/_merkl.(home).tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Outlet } from "@remix-run/react";
import Hero from "src/components/composite/Hero";

export const meta: MetaFunction = () => {
return [{ title: "Merkl" }];
return [{ title: "Puffer" }];
};

export default function Index() {
Expand Down

0 comments on commit dbc0e8c

Please sign in to comment.