Skip to content

Commit

Permalink
Added Open Graph image and description
Browse files Browse the repository at this point in the history
  • Loading branch information
codeaid committed May 6, 2024
1 parent ad9e5df commit c2fdde6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import './global.css';

export const metadata: Metadata = {
title: 'TackleBox',
description: 'TackleBox - Call Of The Wild: The Angler',
description:
'Dive into the depths of fishing with this comprehensive web app, your ultimate guide to fish species and their habitats. Explore the information for your perfect catch!',
};

export const viewport: Viewport = {
Expand Down
Binary file added src/app/opengraph-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import styles from './Header.module.css';
export const Header = () => (
<div className={styles.Header}>
<Link className={styles.HeaderLogo} href="/fishes">
<Image alt="Tackle Box logo" height={40} src={logoImg.src} width={184} />
<Image alt="TackleBox logo" height={40} src={logoImg.src} width={184} />
</Link>

<div className={styles.HeaderSearch}>
Expand Down

0 comments on commit c2fdde6

Please sign in to comment.