Skip to content

Commit

Permalink
Remove img attr
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Apr 26, 2023
1 parent 4cd62f7 commit b0bd639
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 b0bd639

Please sign in to comment.