Skip to content

Commit

Permalink
refactor: change coolGray with blueGray
Browse files Browse the repository at this point in the history
  • Loading branch information
einazare committed Mar 19, 2021
1 parent 833be47 commit 24f9a87
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions components/Footers/FooterAdmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ export default function FooterAdmin() {
<>
<footer className="block py-4">
<div className="container mx-auto px-4">
<hr className="mb-4 border-b-1 border-coolGray-200" />
<hr className="mb-4 border-b-1 border-blueGray-200" />
<div className="flex flex-wrap items-center md:justify-between justify-center">
<div className="w-full md:w-4/12 px-4">
<div className="text-sm text-coolGray-500 font-semibold py-1 text-center md:text-left">
<div className="text-sm text-blueGray-500 font-semibold py-1 text-center md:text-left">
Copyright © {new Date().getFullYear()}{" "}
<a
href="https://www.creative-tim.com?ref=nnjs-footer-admin"
className="text-coolGray-500 hover:text-coolGray-700 text-sm font-semibold py-1"
className="text-blueGray-500 hover:text-blueGray-700 text-sm font-semibold py-1"
>
Creative Tim
</a>
Expand All @@ -23,31 +23,31 @@ export default function FooterAdmin() {
<li>
<a
href="https://www.creative-tim.com?ref=nnjs-footer-admin"
className="text-coolGray-600 hover:text-coolGray-800 text-sm font-semibold block py-1 px-3"
className="text-blueGray-600 hover:text-blueGray-800 text-sm font-semibold block py-1 px-3"
>
Creative Tim
</a>
</li>
<li>
<a
href="https://www.creative-tim.com/presentation?ref=nnjs-footer-admin"
className="text-coolGray-600 hover:text-coolGray-800 text-sm font-semibold block py-1 px-3"
className="text-blueGray-600 hover:text-blueGray-800 text-sm font-semibold block py-1 px-3"
>
About Us
</a>
</li>
<li>
<a
href="http://blog.creative-tim.com?ref=nnjs-footer-admin"
className="text-coolGray-600 hover:text-coolGray-800 text-sm font-semibold block py-1 px-3"
className="text-blueGray-600 hover:text-blueGray-800 text-sm font-semibold block py-1 px-3"
>
Blog
</a>
</li>
<li>
<a
href="https://github.com/creativetimofficial/notus-nextjs/blob/main/LICENSE.md?ref=nnjs-footer-admin"
className="text-coolGray-600 hover:text-coolGray-800 text-sm font-semibold block py-1 px-3"
className="text-blueGray-600 hover:text-blueGray-800 text-sm font-semibold block py-1 px-3"
>
MIT License
</a>
Expand Down

0 comments on commit 24f9a87

Please sign in to comment.