From aedb3d3d456764cab6c6944e4255a28ad0632eca Mon Sep 17 00:00:00 2001 From: pateljannat Date: Tue, 10 Aug 2021 16:39:17 +0530 Subject: [PATCH 1/4] fix: sketch cards --- community/lms/widgets/SketchCard.html | 34 +++++++++++++++++++++++++++ community/public/icons/like.svg | 3 +++ 2 files changed, 37 insertions(+) create mode 100644 community/lms/widgets/SketchCard.html create mode 100644 community/public/icons/like.svg diff --git a/community/lms/widgets/SketchCard.html b/community/lms/widgets/SketchCard.html new file mode 100644 index 00000000..0595d50b --- /dev/null +++ b/community/lms/widgets/SketchCard.html @@ -0,0 +1,34 @@ +
+
+ + + +
+ + +
diff --git a/community/public/icons/like.svg b/community/public/icons/like.svg new file mode 100644 index 00000000..dc0a13ec --- /dev/null +++ b/community/public/icons/like.svg @@ -0,0 +1,3 @@ + + + From 5ea744de5cd34bd8ba9516b6a3014faa1f5bea42 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Tue, 10 Aug 2021 16:46:48 +0530 Subject: [PATCH 2/4] fix: removed unused file --- community/lms/widgets/SketchTeaser.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 community/lms/widgets/SketchTeaser.html diff --git a/community/lms/widgets/SketchTeaser.html b/community/lms/widgets/SketchTeaser.html deleted file mode 100644 index 02f5f5d7..00000000 --- a/community/lms/widgets/SketchTeaser.html +++ /dev/null @@ -1,16 +0,0 @@ -
- - -
From 3e2c6b3343e618e82af396f3a686921ec7437c06 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Tue, 10 Aug 2021 17:08:32 +0530 Subject: [PATCH 3/4] fix: sketch image call --- community/lms/widgets/SketchCard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/lms/widgets/SketchCard.html b/community/lms/widgets/SketchCard.html index 0595d50b..ed2d4966 100644 --- a/community/lms/widgets/SketchCard.html +++ b/community/lms/widgets/SketchCard.html @@ -1,7 +1,7 @@