Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Nov 20, 2024
1 parent 2eda4dd commit 9fcec5d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/js/settings/components/classifai-settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,15 @@ export const ClassifAISettings = () => {
<HashRouter>
<Header />
<div className="classifai-settings-wrapper">
<h1 className='classifai-settings__main-title'>{ __( 'ClassifAI Settings ', 'classifai' ) }</h1>
<p>{ __( 'Turn features on or off and adjust your settings.', 'classifai' ) }</p>
<h1 className="classifai-settings__main-title">
{ __( 'ClassifAI Settings ', 'classifai' ) }
</h1>
<p>
{ __(
'Turn features on or off and adjust your settings.',
'classifai'
) }
</p>
<div className="classifai-admin-notices wrap"></div>
<ServiceNavigation />
<Routes>
Expand Down

0 comments on commit 9fcec5d

Please sign in to comment.