Skip to content

Commit

Permalink
fix header link
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuebert committed Jan 9, 2024
1 parent 78edba1 commit f82d4b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sb/app/views/header.cljc
Expand Up @@ -96,12 +96,12 @@
image/avatar]} children]
(let [entity-href (routes/entity-path entity 'ui/show)]
[:div.header
(when avatar
[:a.contents {:href entity-href}
[:a.contents {:href entity-href}
(when avatar
[:img.h-10
{:src (asset.ui/asset-src avatar :avatar)}]])
{:src (asset.ui/asset-src avatar :avatar)}])

[:h3.hover:underline title]
[:h3.hover:underline.text-xl.font-semibold title]]

[:div.flex-grow]
(into [:div.flex.gap-1]
Expand Down

0 comments on commit f82d4b4

Please sign in to comment.