diff --git a/backend/backend/Models/Game.cs b/backend/backend/Models/Game.cs
index 615e158..5528e3a 100755
--- a/backend/backend/Models/Game.cs
+++ b/backend/backend/Models/Game.cs
@@ -40,7 +40,6 @@ public class Game {
var handList = Hand.ToList();
- Console.WriteLine("Deck Length: " + Deck.Length);
if (Deck.Length < 1) {
handList[index] = 0;
Hand = [.. handList];
diff --git a/frontend/public/logo.svg b/frontend/public/logo.svg
new file mode 100644
index 0000000..63a0388
--- /dev/null
+++ b/frontend/public/logo.svg
@@ -0,0 +1,15 @@
+
+
\ No newline at end of file
diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html
index 86d9948..43de8ab 100755
--- a/frontend/src/app/app.component.html
+++ b/frontend/src/app/app.component.html
@@ -1,3 +1,16 @@
+
+
+ +
+Match sets of cards based on their properties!
-Find as many sets as you can before the deck runs out.
-