Skip to content
This repository was archived by the owner on Mar 2, 2021. It is now read-only.

Commit 94e702c

Browse files
authored
Remove duplicate slug attribute
1 parent 790b376 commit 94e702c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/get-iframe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const html = `
88
<style>
99
html, body, radio4000-player {height: 100%;}
1010
</style>
11-
<radio4000-player slug="##CHANNEL_SLUG##" channel-slug="##CHANNEL_SLUG##"></radio4000-player>
11+
<radio4000-player channel-slug="##CHANNEL_SLUG##"></radio4000-player>
1212
<script src="##PLAYER_SCRIPT_URL##" async></script>
1313
`
1414

0 commit comments

Comments
 (0)