diff --git a/src/TestPanel.js b/src/TestPanel.js
index 4a443e6..e36baca 100644
--- a/src/TestPanel.js
+++ b/src/TestPanel.js
@@ -600,10 +600,6 @@ useEffect(()=>{
test
test
test
- test
- test
- test
- test
diff --git a/src/style.css b/src/style.css
index 166bf1e..6b7dc71 100644
--- a/src/style.css
+++ b/src/style.css
@@ -312,6 +312,7 @@ header a {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
+ cursor: pointer;
}
.equipName:hover {
background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66));