diff options
Diffstat (limited to 'features/streamsGUI')
-rw-r--r-- | features/streamsGUI/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/streamsGUI/index.js b/features/streamsGUI/index.js index b62bdcd..f452806 100644 --- a/features/streamsGUI/index.js +++ b/features/streamsGUI/index.js @@ -79,7 +79,7 @@ class StreamPage extends GuiPage { sidebar.addChild(new SoopyTextElement().setText("§0"+data.user_name).setMaxTextScale(3).setLocation(0.1, 0.05, 0.8, 0.1)) - let title = new SoopyMarkdownElement().setText("§0"+data.title).setLocation(0.1, 0.15, 0.8, 0.1) + let title = new SoopyMarkdownElement().setText(data.title).setLocation(0.1, 0.15, 0.8, 0.1) sidebar.addChild(title) let image = new SoopyImageElement().setImage(data.image).setLocation(0.1, 0.15+title.getHeight(), 0.8, 0.4).loadHeightFromImage() |