From 7328c700f5d82c65cb70a70f418dfe0ac62fe461 Mon Sep 17 00:00:00 2001
From: afn <47723802+afnzmn@users.noreply.github.com>
Date: Wed, 12 Oct 2022 15:30:06 -0400
Subject: [PATCH] refactor: remove repo name repitition
---
.../components/atoms/ContributorButton.svelte | 6 +++---
.../components/molecules/ContributorHost.svelte | 4 ++--
src/lib/stores/ContributorsStore.js | 16 +---------------
3 files changed, 6 insertions(+), 20 deletions(-)
diff --git a/src/lib/components/atoms/ContributorButton.svelte b/src/lib/components/atoms/ContributorButton.svelte
index cbaa59c..b0dc9ad 100644
--- a/src/lib/components/atoms/ContributorButton.svelte
+++ b/src/lib/components/atoms/ContributorButton.svelte
@@ -1,15 +1,15 @@
- {username}
+ {name}