Skip to content

Commit

Permalink
Update API description for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Aug 30, 2024
1 parent 0b4ae75 commit 2fb5038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Layout({ children, metaInfo }: Props) {

const meta: MetaInformation = {
title: "Animechan – Anime quotes API",
description: "Animechan is a free online REST API for anime quotes.",
description: "Animechan is a REST API for anime information and quotes.",
image: `${host}/image/home.jpeg`,
type: "website",
...metaInfo,
Expand Down
2 changes: 1 addition & 1 deletion client/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Home() {
<Image src="/logo.png" width="200" height="200" priority />
<h1 className="lg:text-7xl text-6xl font-display font-bold text-shadow-md">Anime-chan</h1>
<div className="py-5">
<h2 className="text-2xl">A restful API serving quality anime quotes</h2>
<h2 className="text-2xl">A restful API serving quality anime information and quotes.</h2>
</div>

<Link href="/docs">
Expand Down

0 comments on commit 2fb5038

Please sign in to comment.