\ No newline at end of file
diff --git a/ubyssey/static_src/src/images/throbber.svg b/ubyssey/static_src/src/images/throbber.svg
new file mode 100644
index 000000000..4a591162b
--- /dev/null
+++ b/ubyssey/static_src/src/images/throbber.svg
@@ -0,0 +1,15 @@
+
diff --git a/ubyssey/static_src/src/js/components/Events/calendar.jsx b/ubyssey/static_src/src/js/components/Events/calendar.jsx
index 322fdd9f9..e6632d731 100644
--- a/ubyssey/static_src/src/js/components/Events/calendar.jsx
+++ b/ubyssey/static_src/src/js/components/Events/calendar.jsx
@@ -8,7 +8,6 @@ import {
} from "react-router-dom";
// import ReactDOM from 'react-dom';
import axios from "axios";
-import { RotatingLines } from "react-loader-spinner";
const BP_DESKTOP_SIZE = 1199;
@@ -969,15 +968,26 @@ function EventInfoBox({event}) {
);
}
-function LoaderComponent({width}) {
+function LoaderComponent({ width }) {
return (
-
+
);
}
\ No newline at end of file
diff --git a/ubyssey/templates/404.html b/ubyssey/templates/404.html
index d7f31dae7..16c85bb9e 100644
--- a/ubyssey/templates/404.html
+++ b/ubyssey/templates/404.html
@@ -24,7 +24,9 @@