Skip to content

Commit ee8fc67

Browse files
committed
revert: remove debug changes
1 parent 9fbce46 commit ee8fc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-v5/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const IndexPage = () => {
128128
return (
129129
<main style={pageStyles}>
130130
<title>Home Page</title>
131-
<h1>Gatsby Functions demo (make sure cache has this)</h1>
131+
<h1>Gatsby Functions demo</h1>
132132
<ul style={listStyles}>
133133
{links.map((link) => (
134134
<li key={link.url} style={{ ...listItemStyles, color: link.color }}>

0 commit comments

Comments
 (0)