diff --git a/src/lib/components/ComponentIndex/Card.svelte b/src/lib/components/ComponentIndex/Card.svelte
index b636e68..a7412ad 100644
--- a/src/lib/components/ComponentIndex/Card.svelte
+++ b/src/lib/components/ComponentIndex/Card.svelte
@@ -83,9 +83,9 @@
{#if stars > 0}
{#if (repo || url).includes('github')}
-

+

{:else if (repo || url).includes('gitlab')}
-

+

{:else}
★
{/if}
diff --git a/static/images/github_logo.svg b/static/images/github_logo.svg
new file mode 100644
index 0000000..e7bc0a3
--- /dev/null
+++ b/static/images/github_logo.svg
@@ -0,0 +1,3 @@
+
diff --git a/static/images/gitlab_logo.svg b/static/images/gitlab_logo.svg
new file mode 100644
index 0000000..6911ad5
--- /dev/null
+++ b/static/images/gitlab_logo.svg
@@ -0,0 +1,26 @@
+
+
+