Skip to content

Commit

Permalink
add site view link back
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed May 10, 2023
1 parent b531dc2 commit ec88366
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/edit-site/src/components/site-hub/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@ const SiteHub = forwardRef( ( props, ref ) => {
delay: canvasMode === 'view' ? 0.1 : 0,
} }
>
{ decodeEntities( siteTitle ) }
<Tooltip text={ __( 'View site' ) }>
<ExternalLink href={ homeUrl }>
{ decodeEntities( siteTitle ) }
</ExternalLink>
</Tooltip>
</motion.div>
</AnimatePresence>
</HStack>
Expand Down

0 comments on commit ec88366

Please sign in to comment.