Skip to content

Commit

Permalink
fix(AdminHeader): linting and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
harunbleech committed Oct 25, 2024
1 parent fe789c0 commit 9bd2bb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/admin-header/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
}

@media (max-width: $break-medium) {
gap: 15px;
margin-left: -10px;
padding-left: 10px;
}
Expand Down
2 changes: 1 addition & 1 deletion components/admin-header/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
esc_url( $menu_item['url'] ),
wp_kses( $menu_item['text'], $allowed_html_into_title ),
wp_kses( $menu_item['text'], $allowed_html_into_text ),
strpos( $menu_item['url'], 'vrts-upgrade' ) !== false ? 'button' : 'link'
esc_attr( strpos( $menu_item['url'], 'vrts-upgrade' ) !== false ? 'button' : 'link' )
);
}
?>
Expand Down

0 comments on commit 9bd2bb1

Please sign in to comment.