Image hyperlink is not working

Partial code below, hyperlink is not working, please any suggestion appreciated.
Shiny App

navbarPage(
title = div( 
img(src = "alephTav_blue.png", href="http://literateaspetcs.com",

see Shiny App: https://literateaspects.shinyapps.io/0001/

Resolved should anyone seek the same.

ui <- fluidPage(
  navbarPage(
    title = a(href = "http://literateaspects.com",
      img(src = "alephTav_blue.png",

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.