fix: change Rhyme to Notra

This commit is contained in:
Kirill Siukhin 2025-07-19 20:43:31 +05:00
parent 491c3bce9e
commit 7506eac6e2
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ const geistMono = Geist_Mono({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Kirill Siukhin 👋", title: "Kirill Siukhin",
description: "Hey! My name is Kirill and I am making interesting things in the web :)", description: "Hey! My name is Kirill and I make funny things in the web :)",
}; };
export default function RootLayout({ export default function RootLayout({

View File

@ -23,7 +23,7 @@ export default function Home() {
<Card title="git.misterkirill.com" description="My git repositories (Gitea)" /> <Card title="git.misterkirill.com" description="My git repositories (Gitea)" />
</a> </a>
<a href="https://git.misterkirill.com/misterkirill/Rhyme"> <a href="https://git.misterkirill.com/misterkirill/Rhyme">
<Card title="Rhyme" description="(in development) Free service for writing and saving notes, lyrics, poetry, etc..." /> <Card title="Notra" description="(in development) Free service for writing and saving notes, lyrics, poetry, etc..." />
</a> </a>
</div> </div>