diff --git a/public/images/placeholder.png b/public/images/placeholder.png new file mode 100644 index 0000000..ed8ad8c Binary files /dev/null and b/public/images/placeholder.png differ diff --git a/views/dashboard.hbs b/views/dashboard.hbs index cf7847b..79528a9 100644 --- a/views/dashboard.hbs +++ b/views/dashboard.hbs @@ -56,7 +56,11 @@ {{#if dashboardData.topProducts}} {{#each dashboardData.topProducts}}
  • - + {{#if this.productImage}} + image {{this.productTitle}} + {{else}} + mage {{this.productTitle}} + {{/if}}
    {{this.title}}

    Sold: {{this.count}}