diff --git a/src/components/Themes/PreviewTheme.js b/src/components/Themes/PreviewTheme.js index bd3fd9e..6ac000e 100644 --- a/src/components/Themes/PreviewTheme.js +++ b/src/components/Themes/PreviewTheme.js @@ -1,7 +1,7 @@ import React, { useState } from 'react'; const PreviewTheme = ({ config }) => { - const { bgColor, platform } = config; + const { bgColor, platform,title } = config; const [image, setImage] = useState() @@ -13,6 +13,9 @@ const PreviewTheme = ({ config }) => { style={{ backgroundColor: bgColor }} > + +