diff --git a/index.html b/index.html index a20a0b4..56428a5 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,6 @@ rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/styles/github.min.css" /> - {podcast.name.length > 20 - ? podcast.name.substring(0, 13) + '...' + ? podcast.name.substring(0, 20) + '...' : podcast.name} +

+ {podcast.creator} +

)) @@ -52,10 +55,13 @@ class HomePage extends Component {

- {podcast.name.length > 13 - ? podcast.name.substring(0, 13) + '...' + {podcast.name.length > 20 + ? podcast.name.substring(0, 20) + '...' : podcast.name}

+

+ {podcast.creator} +

))