From 1e4f825392230cf42663160e7f2f13940099f94f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?=
 =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?=
 <erik@darapsa.co.id>
Date: Mon, 26 Sep 2022 16:42:06 +0800
Subject: Rename logo svg

---
 Card.ui.qml | 2 +-
 Darapsa.svg | 7 +++++++
 darapsa.svg | 7 -------
 3 files changed, 8 insertions(+), 8 deletions(-)
 create mode 100644 Darapsa.svg
 delete mode 100644 darapsa.svg

diff --git a/Card.ui.qml b/Card.ui.qml
index 7e464a3..fae0b3a 100644
--- a/Card.ui.qml
+++ b/Card.ui.qml
@@ -2,7 +2,7 @@ import QtQuick 2.15
 import QtQuick.Controls 2.15
 
 Item {
-	property string imageSource: "darapsa.svg"
+	property string imageSource: "Darapsa.svg"
 	property string badgeText: "Beginner"
 	property string titleText: "Sketch from A to Z: for app designer"
 	property string textTruncateText: "Rooms oh fully taken by worse do Points afraid but may end Rooms Points afraid but may end Rooms"
diff --git a/Darapsa.svg b/Darapsa.svg
new file mode 100644
index 0000000..928642a
--- /dev/null
+++ b/Darapsa.svg
@@ -0,0 +1,7 @@
+<svg width="650" height="450" viewBox="0 0 650 450" fill="none" xmlns="http://www.w3.org/2000/svg">
+<rect width="650" height="450" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M231.026 361.743L244.283 375L356.207 263.076C359.861 264.183 363.737 264.779 367.753 264.779C389.718 264.779 407.524 246.969 407.524 225C407.524 203.031 389.718 185.222 367.753 185.222C363.745 185.222 359.876 185.814 356.228 186.917L244.311 75L231.054 88.2573L339.65 196.853C332.441 204.053 327.982 214.006 327.982 225C327.982 235.987 332.435 245.934 339.636 253.133L231.026 361.743ZM367.753 244.889C378.735 244.889 387.638 235.985 387.638 225C387.638 214.015 378.735 205.111 367.753 205.111C356.77 205.111 347.867 214.015 347.867 225C347.867 235.985 356.77 244.889 367.753 244.889Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M178 335.525L191.257 348.782L314.901 225.138L191.28 101.516L178.023 114.773L288.387 225.138L178 335.525Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M314.901 335.525L301.644 348.782L178 225.138L301.621 101.516L314.878 114.773L204.514 225.138L314.901 335.525Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M471.952 200.538L458.695 187.281L421.191 224.784L458.688 262.281L471.945 249.024L447.705 224.784L471.952 200.538Z" fill="black"/>
+</svg>
diff --git a/darapsa.svg b/darapsa.svg
deleted file mode 100644
index 928642a..0000000
--- a/darapsa.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-<svg width="650" height="450" viewBox="0 0 650 450" fill="none" xmlns="http://www.w3.org/2000/svg">
-<rect width="650" height="450" fill="white"/>
-<path fill-rule="evenodd" clip-rule="evenodd" d="M231.026 361.743L244.283 375L356.207 263.076C359.861 264.183 363.737 264.779 367.753 264.779C389.718 264.779 407.524 246.969 407.524 225C407.524 203.031 389.718 185.222 367.753 185.222C363.745 185.222 359.876 185.814 356.228 186.917L244.311 75L231.054 88.2573L339.65 196.853C332.441 204.053 327.982 214.006 327.982 225C327.982 235.987 332.435 245.934 339.636 253.133L231.026 361.743ZM367.753 244.889C378.735 244.889 387.638 235.985 387.638 225C387.638 214.015 378.735 205.111 367.753 205.111C356.77 205.111 347.867 214.015 347.867 225C347.867 235.985 356.77 244.889 367.753 244.889Z" fill="black"/>
-<path fill-rule="evenodd" clip-rule="evenodd" d="M178 335.525L191.257 348.782L314.901 225.138L191.28 101.516L178.023 114.773L288.387 225.138L178 335.525Z" fill="black"/>
-<path fill-rule="evenodd" clip-rule="evenodd" d="M314.901 335.525L301.644 348.782L178 225.138L301.621 101.516L314.878 114.773L204.514 225.138L314.901 335.525Z" fill="black"/>
-<path fill-rule="evenodd" clip-rule="evenodd" d="M471.952 200.538L458.695 187.281L421.191 224.784L458.688 262.281L471.945 249.024L447.705 224.784L471.952 200.538Z" fill="black"/>
-</svg>
-- 
cgit v1.2.3