Skip to content

Commit

Permalink
No wp-brand font on headings
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBroddin committed May 10, 2024
1 parent e01c57d commit 2d888a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/blocks/plugins-scheduled-updates/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ export const PluginsScheduledUpdates = ( props: Props ) => {
context !== 'list' ? 'no-border' : null
) }
>
<h1 className={ classnames( context !== 'list' ? 'wp-brand-font' : null ) }>
{ navigationTitle }
</h1>
<h1>{ navigationTitle }</h1>
<div className="buttons">
{ context === 'list' && (
<>
Expand Down

0 comments on commit 2d888a8

Please sign in to comment.