Fix design footer

This commit is contained in:
Paulus Schoutsen 2022-01-06 23:37:50 -08:00
parent 3133f9b01f
commit 6fc87a6f66

View File

@ -99,7 +99,7 @@ class HaGallery extends LitElement {
</a> </a>
` `
: ""} : ""}
${PAGES[this._page].load ${PAGES[this._page].demo
? html` ? html`
<a <a
href=${`${GITHUB_DEMO_URL}${this._page}.ts`} href=${`${GITHUB_DEMO_URL}${this._page}.ts`}