updated medium script

pull/5370/head
LianaHus 4 years ago committed by Liana Husikyan
parent b2e0a358a8
commit 911399a55f
  1. 2
      apps/remix-ide/src/app/ui/landing-page/landing-page.js

@ -330,7 +330,7 @@ export class LandingPage extends ViewPlugin {
const img = yo`<img class=${css.logoImg} src="assets/img/guitarRemiCroped.webp" onclick="${() => playRemi()}"></img>`
const playRemi = async () => { await document.getElementById('remiAudio').play() }
// to retrieve medium posts
document.body.appendChild(yo`<script async src="https://www.retainable.io/assets/retainable/rss-embed/retainable-rss-embed.js"></script>`)
document.body.appendChild(yo`<script src="https://www.twilik.com/assets/retainable/rss-embed/retainable-rss-embed.js"></script>`)
const container = yo`
<div class="${css.homeContainer} d-flex" data-id="landingPageHomeContainer">
<div class="${css.mainContent} bg-light">

Loading…
Cancel
Save