Skip to content

Commit

Permalink
Update quote-of-the-day-card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dnguyen800 committed Jul 26, 2019
1 parent d492e16 commit 42e0da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/quote-of-the-day-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class QuoteOfTheDayCard extends HTMLElement {
}

if (!config.image) {
config.image = "https://cdn.jsdelivr.net/gh/dnguyen800/quote-of-the-day-card@0.0.2/images/bg.jpg";
config.image = "https://cdn.jsdelivr.net/gh/dnguyen800/quote-of-the-day-card@0.0.3/dist/images/bg.jpg";
}

const root = this.shadowRoot;
Expand Down

0 comments on commit 42e0da4

Please sign in to comment.