Skip to content

Commit

Permalink
Merge pull request #55 from linkfang/dev
Browse files Browse the repository at this point in the history
Updated meta tags
  • Loading branch information
linkfang authored Jan 20, 2024
2 parents 21d44eb + 4dc6ede commit b28d050
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Binary file added public/staff-management-portal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion src/components/layout/NavLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,17 @@ const NavLayout = ({ content }: { content: ReactNode }) => {
return (
<>
<Head>
<meta name="description" content="Generated by create next app" />
<meta
name="description"
content="Get a great idea on who are experts on required skills and are ready for next project with a glance. Add/edit individual employee or upload a csv file to create/update multiple ones."
/>
<meta property="og:image" content="/staff-management-portal.jpg" />
<meta property="og:title" content="Staff Management Portal" />
<meta
property="og:description"
content="Get a great idea on who are experts on required skills and are ready for next project with a glance. Add/edit individual employee or upload a csv file to create/update multiple ones."
/>

<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>
Expand Down

0 comments on commit b28d050

Please sign in to comment.