diff --git a/src/App.css b/src/App.css
index efd0330..f91d08a 100644
--- a/src/App.css
+++ b/src/App.css
@@ -122,3 +122,12 @@ button {
   display: none;
   height: 100%;
 }
+
+.renew {
+  cursor: pointer;
+  font-weight: bold;
+  position: absolute;
+  top: 0;
+  right: 8px;
+  font-size: 150%;
+}
diff --git a/src/Rankings.tsx b/src/Rankings.tsx
index 1b127e8..ac3558b 100644
--- a/src/Rankings.tsx
+++ b/src/Rankings.tsx
@@ -79,14 +79,14 @@ export function Chemistry() {
         ) : (
           <>
              {
                 let newMiddle = user.concat(playersMiddle);
                 setPlayersMiddle(newMiddle);
                 setUser([]);
               }}
             >
-              {" "}
-              ⟳
+              {" ✕"}
             
             
           >
@@ -193,12 +193,12 @@ export function MVP() {
         ) : (
           <>
              {
                 setUser([]);
               }}
             >
-              {" "}
-              ⟳
+              {" ✕"}
             
             
           >