summaryrefslogtreecommitdiff
path: root/GridCardItem.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-01 20:54:53 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-01 20:55:03 +0800
commit659b854ef36a7d8ec8276aeb6a6a8300573bf642 (patch)
tree48fbfc944454c2ce3fdab00d15d25a48ef638134 /GridCardItem.ui.qml
parentae5e1072bf4f6b1e4be3d934454e66af772ab4b0 (diff)
Use online image sources
Diffstat (limited to 'GridCardItem.ui.qml')
-rw-r--r--GridCardItem.ui.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/GridCardItem.ui.qml b/GridCardItem.ui.qml
index 0eb4a24..f20dfe6 100644
--- a/GridCardItem.ui.qml
+++ b/GridCardItem.ui.qml
@@ -3,7 +3,7 @@ import QtQuick.Controls 2.15
import QtGraphicalEffects 1.15
Item {
- property string imageSource: "Darapsa.svg"
+ property string imageSource: "https://eduport.webestica.com/assets/images/courses/4by3/08.jpg"
readonly property color allLevelsColor: "#ff6f42c1"
readonly property color beginnerColor: "#ff0cbc87"
readonly property color intermediateColor: "#ff17a2b8"