@@ -16,8 +25,8 @@ const Olympian: React.FC = () => {
className={styles.logo}
/>
@@ -31,4 +40,4 @@ const Olympian: React.FC = () => {
);
};
-export default Olympian;
+export default Olympian;
\ No newline at end of file
diff --git a/components/OlympianButton/OlympianButton.tsx b/components/OlympianButton/OlympianButton.tsx
index 681918ff..e8e33f3c 100644
--- a/components/OlympianButton/OlympianButton.tsx
+++ b/components/OlympianButton/OlympianButton.tsx
@@ -41,4 +41,4 @@ const OlympianButton: React.FC