From cdc333eeeb2c91e2e6f340659d41ea7d06ef3f08 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 14 Sep 2022 22:03:49 -0400 Subject: [PATCH] Text cycle --- src/layouts/index.html | 2 +- src/layouts/partials/footer.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index 2470797..ad16ff2 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -47,7 +47,7 @@
-

equitable open-source
for web3

+

equitable open-source
for web3

diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html index 4a7ab08..c7832a4 100644 --- a/src/layouts/partials/footer.html +++ b/src/layouts/partials/footer.html @@ -3,7 +3,7 @@
@@ -21,7 +21,7 @@
-

Subscribe to our email list

+

subscribe to our email list


@@ -132,7 +132,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+ "everything", "you" ]; - const cycle = document.querySelector("#cycle"); + const cycle = document.querySelector(".cycle","#cycle"); let i = 0; const cycleText = () => { cycle.innerHTML = textList[i];