+
+
+
+
+
+
+
+
+
+
+ setAttributes({ title: newValue })} value={props.attributes.title} />
+
+ Title Text Color
+ setAttributes({ titleTextColor: newValue })} />
+
+ Title Background Color
+ setAttributes({ backgroundColor: newValue })} />
+
+
+
+ setAttributes({ title: newValue })} value={props.attributes.title} />
+
+
+
+ {prayerTable(props.attributes)}
+
+ {!posts && "Loading"}
+ {posts && posts.length === 0 && "No Posts"}
+ {posts && posts.length > 0 &&
{posts[0].title.rendered}}
+
+ );
+}
+
+export { BackEndEdit };
diff --git a/packages/wordpress-plugin/src/frontend/prayerTable.js b/packages/wordpress-plugin/src/frontend/prayerTable.js
index 786b082..940a93f 100644
--- a/packages/wordpress-plugin/src/frontend/prayerTable.js
+++ b/packages/wordpress-plugin/src/frontend/prayerTable.js
@@ -10,22 +10,13 @@ export function prayerTable(props) {
};
return (
-