Skip to content

Commit

Permalink
fix title in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
vovak committed Nov 28, 2024
1 parent 1a14d7f commit bc8fae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Inter as FontSans } from "next/font/google";
import { cn } from "@/lib/utils";

export const metadata: Metadata = {
title: "A Design Space for Intelligent and Interactive Writing Assistants",
title: "A Design Space for In-IDE HAX",
description: "", // #TODO
};

Expand Down

0 comments on commit bc8fae0

Please sign in to comment.