mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
5 lines
343 B
Text
5 lines
343 B
Text
<footer class="d-flex justify-content-center">
|
|
<p class="footer-item">Copyright © 2023</p>
|
|
<%= link_to "ECP" , "https://www.edcommonwealth.org/" , class: "footer-item footer-link", target: "_blank" %>
|
|
<%= link_to "Contact Us" , "https://www.edcommonwealth.org/contacts" , class: "footer-item footer-link", target: "_blank" %>
|
|
</footer>
|