Browse Source

🔗 Fix broken demo URLs and update remaining 2017 copyright

pull/317/head
Aigars Silkalns 6 months ago
parent
commit
c27534890f
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      docs/_config.yml
  2. +1
    -1
      docs/index.md
  3. +1
    -1
      forms.php

+ 1
- 1
docs/_config.yml View File

@ -52,7 +52,7 @@ aux_links:
"GitHub Repository":
- "//github.com/puikinsh/Adminator-admin-dashboard"
"Live Demo":
- "//adminator.colorlib.com"
- "//colorlib.com/polygon/adminator/index.html"
# Makes Aux links open in a new tab
aux_links_new_tab: true


+ 1
- 1
docs/index.md View File

@ -91,7 +91,7 @@ Experience Adminator's features in action:
### Dark Mode
![Adminator Dark Mode](https://github.com/user-attachments/assets/9c2b9e3b-b67e-4d5c-9ec4-5d9d8e1c7a8f)
[Try Live Demo](https://adminator.colorlib.com){: .btn .btn-green .fs-5 }
[Try Live Demo](https://colorlib.com/polygon/adminator/index.html){: .btn .btn-green .fs-5 }
---


+ 1
- 1
forms.php View File

@ -779,7 +779,7 @@
<!-- ### $App Screen Footer ### -->
<footer class="bdT ta-c p-30 lh-0 fsz-sm c-grey-600">
<span>Copyright © 2017 Designed by <a href="https://colorlib.com" target='_blank' title="Colorlib">Colorlib</a>. All rights reserved.</span>
<span>Copyright © 2025 Designed by <a href="https://colorlib.com" target='_blank' title="Colorlib">Colorlib</a>. All rights reserved.</span>
</footer>
</div>
</div>


Loading…
Cancel
Save