Skip to content

Commit

Permalink
add description to image gallery page
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Feb 8, 2024
1 parent 663e85d commit ce3ebf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function ImagesPage({ data }) {
// );

return (
<Layout title="Images">
<Layout title="Images" description="Gallery of beagle images.">
<Container>
<Row className="mb-2">
<Col>
Expand Down

0 comments on commit ce3ebf9

Please sign in to comment.