Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nisalrenuja committed Oct 12, 2024
1 parent ed6fd71 commit 012565d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ const geistMono = localFont({
});

export const metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Tensor Hub",
description:
"A central hub for AI-powered analysis using TensorFlow.js models",
};

export default function RootLayout({ children }) {
Expand Down
3 changes: 2 additions & 1 deletion src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ export default function Component() {
</p>
<div className="flex space-x-4">
<a
href="#"
href="https://github.com/nisalrenuja/tensor-hub"
target="_blank"
className="text-gray-600 dark:text-gray-400 hover:text-gray-900"
>
<Github className="w-5 h-5" />
Expand Down

0 comments on commit 012565d

Please sign in to comment.