Update navigation_bar.tsx

This commit is contained in:
Damien Ostler 2024-06-02 02:20:37 -04:00
parent 9de286f920
commit de08c2ddd0

View File

@ -89,7 +89,9 @@ console.log(currentPage)
<span className="hidden lg:block">Logout</span>
</button>
</form>
<a href="https://gravatar.com/" target="_blank">
<img src={url} alt="Profile" className="w-10 h-10 object-cover rounded-full cursor-pointer" />
</a>
</>
) : (
<Link