Skip to content

Commit

Permalink
chore: fix meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen-caps committed Jan 30, 2024
1 parent e233ade commit 0891fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Home() {
return (
<Layout
title='Home'
description="Description will go into a meta tag in <head />">
description="Marshalling and unmarshalling of Java beans from a flat file, stream, or simple `String` object">
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<h1 className="hero__title">{siteConfig.title}</h1>
Expand Down

0 comments on commit 0891fc4

Please sign in to comment.