diff --git a/.gitignore b/.gitignore
index 307250cc..8cfc7624 100644
--- a/.gitignore
+++ b/.gitignore
@@ -258,6 +258,9 @@ GitHub.sublime-settings
[._]s[a-v][a-z]
[._]sw[a-p]
+#VSCode
+.vscode/
+
# Session
Session.vim
diff --git a/client/src/components/circle/LearningContentTypeBadge.vue b/client/src/components/circle/LearningContentTypeBadge.vue
new file mode 100644
index 00000000..cf4c2fac
--- /dev/null
+++ b/client/src/components/circle/LearningContentTypeBadge.vue
@@ -0,0 +1,23 @@
+
+
+
+ {{ learningContentTypesToName.get(props.learningContentType) }}
The icons are defined as Web Components, so they can also be used in the backend. Use them like - <it-icon-message/>
++ The icons are defined as Web Components, so they can also be used in the backend. Use them like + <it-icon-message/> +
| - | {{value}} | +{{ value }} |
| {{color}} | +{{ color }} | @@ -267,29 +312,24 @@ function log(data: any) { |