feat: add painted door button for no recommendations

VAN-1618
This commit is contained in:
Syed Sajjad Hussain Shah
2023-08-24 12:40:12 +05:00
parent 8fef92d94d
commit d42d0cdc59
4 changed files with 133 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ exports[`WidgetSidebar snapshots default 1`] = `
className="widget-sidebar"
>
<div
className="d-flex"
className="d-flex flex-column"
>
<RecommendationsPanel />
</div>

View File

@@ -12,7 +12,7 @@ export const WidgetSidebar = ({ setSidebarShowing }) => {
return (
<div className="widget-sidebar">
<div className="d-flex">
<div className="d-flex flex-column">
<RecommendationsPanel />
</div>
</div>