Skip to content

Commit

Permalink
qa: fix prettier warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert committed May 8, 2024
1 parent 3f4ad30 commit da2c3c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/templates/Blog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ export default class Blog extends React.Component {
return (
<Layout title={post.title}>
<style jsx>{`
.gatsby-highlight {
font-size: 15px;
color: red;
}
`}</style>
.gatsby-highlight {
font-size: 15px;
color: red;
}
`}</style>
<div>
<div>
<div className="title">
Expand Down

0 comments on commit da2c3c3

Please sign in to comment.