mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
password generator description update
This commit is contained in:
parent
5930e8764d
commit
184605b893
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import { toolLinks } from "@/constants";
|
|||
|
||||
export const metadata: Metadata = {
|
||||
title: toolLinks[2].title,
|
||||
description: "Converter for rgb to hex color format!",
|
||||
description: "Generator for secure strong passwords!",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
@ -17,4 +17,4 @@ export default function RootLayout({
|
|||
<body className={`antialiased`}>{children}</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue