Skip to content

Commit

Permalink
Merge pull request #75 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Fix logo url
  • Loading branch information
José Luis Pereira authored and GitHub committed May 24, 2023
2 parents 7cd6a7a + ef3d8e0 commit 49b2d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/LayoutHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ const { header_links, header_logo_text, header_logo_url, base_url } =
const logoUrl = isValidUrl(header_logo_url)
? header_logo_url
: base_url + header_logo_url
: (base_url + header_logo_url).replace('//', '/')
</script>

0 comments on commit 49b2d65

Please sign in to comment.