diff options
-rw-r--r-- | src/main/resources/templates/views/partial/footer.html | 2 | ||||
-rw-r--r-- | vnext/src/App.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/templates/views/partial/footer.html b/src/main/resources/templates/views/partial/footer.html index 1554dfc1..417514b3 100644 --- a/src/main/resources/templates/views/partial/footer.html +++ b/src/main/resources/templates/views/partial/footer.html @@ -1,5 +1,5 @@ <div id="footer" class="desktop"> - <div id="footer-left">juick.com © 2008-2023 + <div id="footer-left">juick.com © 2008-2024 {% if links | default ('') is not empty %} <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }} {% endif %} diff --git a/vnext/src/App.js b/vnext/src/App.js index befbb0ad..abdfd6d6 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -151,7 +151,7 @@ export default function App({ footer }) { ))} </div> <div id="footer" className="desktop"> - <div id="footer-left">© 2008-2023, Juick team + <div id="footer-left">© 2008-2024, Juick team {footer && (<><br />Sponsors: <span dangerouslySetInnerHTML={{ __html: footer }}></span></>)}</div> <div id="footer-right"> · <Link to="/help/contacts" rel="nofollow">Contacts</Link> |