Skip to content

Commit

Permalink
feat: fix title (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless authored Aug 10, 2024
1 parent 2576099 commit 2fb9146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "astra-playground",
"name": "astra.ai",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion playground/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { Metadata, Viewport } from "next";


export const metadata: Metadata = {
title: "Ai Agent",
title: "Astra.ai",
description: "Generated by create next app",
appleWebApp: {
capable: true,
Expand Down

0 comments on commit 2fb9146

Please sign in to comment.