Skip to content

Commit f3c2754

Browse files
committed
wip stuff from blaine
1 parent 94256df commit f3c2754

File tree

1 file changed

+2
-1
lines changed
  • packages/gatsby/cache-dir/fast-refresh-overlay/components

1 file changed

+2
-1
lines changed

packages/gatsby/cache-dir/fast-refresh-overlay/components/overlay.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const styles = {
5151
},
5252
}
5353

54-
const infoMessage = `<small style="display: block; color: #ec1818; margin-bottom: 1rem">
54+
const InfoMessage = `<small style="display: block; color: #ec1818; margin-bottom: 1rem">
5555
This error occurred during the build process and can only be
5656
dismissed by fixing the error.
5757
</small>`
@@ -93,6 +93,7 @@ export default function Overlay({ header, body, dismiss }) {
9393
</svg>
9494
</button>
9595
</div>
96+
<InfoMessage />
9697
<div style={styles.errorInformation}>{body}</div>
9798
</section>
9899
</>

0 commit comments

Comments
 (0)