From 94a7f26b056765c253b23a63444df76e90ff98e0 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Fri, 16 Apr 2021 10:25:36 +0200 Subject: [PATCH] Fix blog link --- ScreenPlay/qml/Community/Community.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ScreenPlay/qml/Community/Community.qml b/ScreenPlay/qml/Community/Community.qml index ee19f878..53fd2baf 100644 --- a/ScreenPlay/qml/Community/Community.qml +++ b/ScreenPlay/qml/Community/Community.qml @@ -105,6 +105,9 @@ Item { id: repeater model: ListModel { id: webModel + ListElement { + url: "https://screen-play.app/blog/" + } ListElement { url: "https://kelteseth.gitlab.io/ScreenPlayDocs/" }