Skip to content

Commit

Permalink
style: change size of AI banner
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasabishop committed Oct 23, 2024
1 parent bc497db commit 7386118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/main/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Main(props) {
<div className="main">
{props.children}
<img
// style={{ width: "150px" }}
style={{ width: "100px" }}
src={notByAiBadge}
alt="Written by a human, not by AI"
/>
Expand Down

0 comments on commit 7386118

Please sign in to comment.