Skip to content

Commit

Permalink
Adds copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
codenikel committed Mar 30, 2024
1 parent 50ecc7d commit ae3f518
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/ui/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default function Footer() {
<div className="mb-2">
<Logo />
</div>
<div className="text-sm text-gray-600">
{/* <div className="text-sm text-gray-600">
<a href="#0" className="text-gray-600 hover:text-gray-900 hover:underline transition duration-150 ease-in-out">Terms</a> · <a href="#0" className="text-gray-600 hover:text-gray-900 hover:underline transition duration-150 ease-in-out">Privacy Policy</a>
</div>
</div> */}
</div>

{/* 2nd block */}
Expand Down Expand Up @@ -105,7 +105,7 @@ export default function Footer() {
</ul>

{/* Copyrights note */}
<div className="text-sm text-gray-600 mr-4">RadiantKit</div>
<div className="text-sm text-gray-600 mr-4">NEO QUEST PRIVATE LIMITED</div>

</div>

Expand Down

0 comments on commit ae3f518

Please sign in to comment.