Skip to content

Commit

Permalink
revert: remove debug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jan 16, 2025
1 parent 9fbce46 commit ee8fc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-v5/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const IndexPage = () => {
return (
<main style={pageStyles}>
<title>Home Page</title>
<h1>Gatsby Functions demo (make sure cache has this)</h1>
<h1>Gatsby Functions demo</h1>
<ul style={listStyles}>
{links.map((link) => (
<li key={link.url} style={{ ...listItemStyles, color: link.color }}>
Expand Down

0 comments on commit ee8fc67

Please sign in to comment.