Skip to content

Commit

Permalink
Update footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Neon-20 authored Dec 23, 2023
1 parent f199462 commit 7e6c6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/blogs/_components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const FooterPage = () => {
<div className="md:flex md:justify-between">
<div className="mb-6 md:mb-0">
<a href="https://flowbite.com/" className="flex items-center">
<img src="https://flowbite.com/docs/images/logo.svg" className="h-8 me-3" alt="FlowBite Logo" />
{/* <img src="https://flowbite.com/docs/images/logo.svg" className="h-8 me-3" alt="FlowBite Logo" /> */}
<span className="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">TrustAuthX</span>
</a>
</div>
Expand Down

0 comments on commit 7e6c6bd

Please sign in to comment.