Skip to content

Commit

Permalink
ship
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgi committed Feb 19, 2024
1 parent 17d31b1 commit 307a38e
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ import { getSharedEnv } from "~/lib/utils.server";
// export meta
export const meta: MetaFunction<typeof loader> = (data) => {
return [
{ title: "Farcaster Dating" },
{ title: "automod" },
{
property: "og:title",
content: "Frame Dating",
},
{
name: "description",
content: "Dating on farcaster",
content: "Automate channel spam with bots",
},
{
name: "fc:frame",
Expand All @@ -33,18 +33,6 @@ export const meta: MetaFunction<typeof loader> = (data) => {
name: "og:image",
content: `${data.data.env.hostUrl}/preview.png`,
},
{
name: "fc:frame:image",
content: `${data.data.env.hostUrl}/preview.png`,
},
{
name: "fc:frame:post_url",
content: `${data.data.env.hostUrl}/start`,
},
{
name: "fc:frame:button:1",
content: "Play",
},
];
};

Expand Down Expand Up @@ -104,9 +92,7 @@ export default function Login() {
<div className="h-full w-full flex flex-col items-center justify-center min-h-screen">
<div className="max-w-xl flex flex-col justify-center items-center">
<h1 className="text-6xl logo">automod</h1>
<h2 className="font-normal mb-8">
use bots to keep your channel high quality
</h2>
<h2 className="font-normal mb-8">automate channel spam with bots</h2>

{error && (
<Alert className="mb-8" variant="destructive">
Expand Down

0 comments on commit 307a38e

Please sign in to comment.