Just make them strings instead of trying to escape

This commit is contained in:
Jason Zimdars
2024-08-14 16:14:48 -05:00
parent 75e402bea6
commit 8b23dfe52f
+3 -3
View File
@@ -3,14 +3,14 @@
one:
title: The logo isn't big enough
body: Make the logo bigger.
color: \#AF2E1B
color: '#AF2E1B'
two:
title: Layout is broken
body: The page scrolls horizontally on mobile devices.
color: \#CC6324
color: '#CC6324'
three:
title: The text is too small
body: Increase the font size.
color: \#3B4B59
color: '#3B4B59'