mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
UX Improvements
This commit is contained in:
parent
12c1c87433
commit
39323b8747
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ function renderHtml({ title, subtitle, uniqueNews, bigSales, commitUrl, pagesUrl
|
|||
const name = htmlEscape(it.name || "");
|
||||
const store = htmlEscape(it.storeLabel || "");
|
||||
const cat = htmlEscape(it.categoryLabel || "");
|
||||
const price = htmlEscape(it.price || it.newPrice || "");
|
||||
const price = htmlEscape(it.price || "");
|
||||
const url = htmlEscape(it.url || "");
|
||||
return `
|
||||
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="border:1px solid #eee;border-radius:12px;margin:10px 0">
|
||||
|
|
|
|||
Loading…
Reference in a new issue