You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: __('Pick a ready-made website template to kickstart your project — fully built layouts and styles, just swap in your content.',i18n),
146
157
link: '/wp-admin/post-new.php?post_type=page',
147
158
cta: __('Select Kit',i18n),
148
-
style: {display: 'none'},
159
+
display: false,
149
160
},
150
161
{
151
162
id: 'design-system-picker',
@@ -154,51 +165,51 @@ const QUICK_BUTTONS = [ {
154
165
description: __('Browse curated Design System presets — apply a professional look instantly without building from scratch.',i18n),
155
166
link: '/wp-admin/post-new.php?post_type=page',
156
167
cta: __('Pick A System',i18n),
157
-
style: {display: 'none'},
168
+
display: false,
158
169
},
159
170
{
160
171
id: 'block-backgrounds',
161
-
icon: brushIcon,
172
+
icon: columnIcon,
162
173
title: __('Block Backgrounds & Containers',i18n),
163
174
description: __('Use backgrounds to create stunning full-width sections, and containers to add boxed content for organizing your page.',i18n),
164
175
link: `/wp-admin/post-new.php?post_type=page&content=${__('Welcome to Stackable',i18n)}&tour=block-backgrounds`,
165
176
cta: __('Try Now',i18n),
166
177
},
167
178
{
168
179
id: 'responsive-controls',
169
-
icon: brushIcon,
180
+
icon: desktopIcon,
170
181
title: __('Responsive Controls',i18n),
171
182
description: __('Adjust styles for desktop, tablet, and mobile — easily control layout, spacing, and appearance for a seamless experience on any device.',i18n),
172
183
link: `/wp-admin/post-new.php?post_type=page&content=${__('Welcome to Stackable',i18n)}&tour=responsive-controls`,
0 commit comments