chore: set description to each tool

This commit is contained in:
rusconn
2024-04-04 11:31:41 +09:00
parent 339e290dba
commit 3a68bc9c82
9 changed files with 9 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import { toolGroups } from "@/config/tools";
export const metadata: Metadata = {
title: toolGroups.encodersDecoders.tools.base64.longTitle,
description: toolGroups.encodersDecoders.tools.base64.description,
};
export default function Layout({ children }: { children: React.ReactNode }) {