diff --git a/src/dashboard/scoreko-dev/views/Players.vue b/src/dashboard/scoreko-dev/views/Players.vue
index bf46a61..69e24ab 100644
--- a/src/dashboard/scoreko-dev/views/Players.vue
+++ b/src/dashboard/scoreko-dev/views/Players.vue
@@ -305,27 +305,26 @@ const handleImport = async (event: Event) => {
- start.gg
-
- Temporary · expires {{ formatExpiresAt(playerExpiresAt(row.id)!) }}
+
+
+ start.gg · Temporary · expires {{ formatExpiresAt(playerExpiresAt(row.id)!) }}
- Challonge
-
- Temporary · expires {{ formatExpiresAt(playerExpiresAt(row.id)!) }}
+
+
+ Challonge · Temporary · expires {{ formatExpiresAt(playerExpiresAt(row.id)!) }}
@@ -364,8 +363,9 @@ const handleImport = async (event: Event) => {
@@ -828,7 +828,6 @@ const handleImport = async (event: Event) => {
.startgg-heading__icon {
width: 20px;
height: 20px;
- fill: #2e75ba;
}
.challonge-heading__icon {
@@ -876,4 +875,4 @@ const handleImport = async (event: Event) => {
clip: rect(0, 0, 0, 0);
border: 0;
}
-
+
\ No newline at end of file