Skip to content

Commit

Permalink
Merge pull request #61 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Remove img attr
  • Loading branch information
José Luis Pereira authored and GitHub committed Apr 26, 2023
2 parents e84f5e1 + b0bd639 commit a0d68e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/Layout/LayoutHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
>
<img
v-if="header_logo_url"
width="auto"
height="auto"
class="mr-3 h-10"
:src="header_logo_url"
:alt="header_logo_text"
Expand Down
2 changes: 1 addition & 1 deletion src/utils/getMeta.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export function getMetaFromConfig(configObj) {
const metaObj = Object.entries(configObj).filter(([key, value]) =>
const metaObj = Object.entries(configObj).filter(([key]) =>
key.startsWith('meta_')
)

Expand Down

0 comments on commit a0d68e3

Please sign in to comment.