Fixes Footer Message

This commit is contained in:
2023-10-14 18:45:33 -03:00
parent eda55e6c0e
commit 82b1479a04
2 changed files with 2 additions and 2 deletions

View File

@@ -28,9 +28,9 @@ jobs:
docker: docker:
needs: [build] needs: [build]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Login to DockerHub - name: Login to DockerHub

View File

@@ -30,7 +30,7 @@
<!-- Copyright --> <!-- Copyright -->
<div class="text-center p-3" style="background-color: #2E2E2E;"> <div class="text-center p-3" style="background-color: #2E2E2E;">
© 2020 Copyright: © 2023 Copyright:
<a class="text-white" href="https://hideyoshi.com.br/">Hideyoshi Solutions</a> <a class="text-white" href="https://hideyoshi.com.br/">Hideyoshi Solutions</a>
</div> </div>
<!-- Copyright --> <!-- Copyright -->