Skip to content

Commit

Permalink
Added: Page titles for Resources Page
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepchakraborty-rc committed Nov 9, 2024
1 parent 2396589 commit e343578
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website3.0/src/app/resources/layout.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const metadata = {
title: "Helpops-Hub • Resources",
description: "Access valuable resources and guides on Helpops-Hub to enhance your knowledge.",
};

export default function Resource({ children }) {
return <>{children}</>;
}

0 comments on commit e343578

Please sign in to comment.