diff --git a/src/App.js b/src/App.js
index cda4246..b555309 100644
--- a/src/App.js
+++ b/src/App.js
@@ -155,6 +155,10 @@ function App() {
)
}
+ {/* DO NOT REMOVE/MODIFY THE FOOTER */}
+
);
diff --git a/src/index.scss b/src/index.scss
index 450066b..d6456d5 100644
--- a/src/index.scss
+++ b/src/index.scss
@@ -62,6 +62,18 @@ svg {
padding-bottom: 0 !important;
}
+.credit {
+ p {
+ opacity: 0.6;
+ padding-bottom: 0.5rem;
+
+ a {
+ text-decoration: underline;
+ font-weight: 600;
+ }
+ }
+}
+
.fade-in {
opacity: 1;
animation-name: fadeIn;