Skip to content

Commit

Permalink
fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed May 21, 2024
1 parent 7de9394 commit 6d7ae6b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/app/pages/settings/socialMediaAccounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ const SocialMediaAccounts = () => {
variant="outlined"
onClick={ () => setShowModal( true ) }
>
{ __(
"Add",
'wp-plugin-bluehost'
) }
{ __( 'Add', 'wp-plugin-bluehost' ) }
</Button>
</div>
<FacebookConnectPluginView
Expand Down Expand Up @@ -96,7 +93,7 @@ const SocialMediaAccounts = () => {
id="nfd-simple-search"
className="nfd-rounded-lg nfd-text-gray-900 nfd-border-none nfd-outline-none nfd-text-sm nfd-w-full nfd-ps-10 nfd-p-2.5 nfd-dark:placeholder-gray-400 nfd-border-transparent focus:nfd-border-transparent focus:nfd-ring-0"
placeholder={ __(
"Search...",
'Search…',
'wp-plugin-bluehost'
) }
required
Expand All @@ -117,10 +114,12 @@ const SocialMediaAccounts = () => {
>
<path d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z"></path>
</svg>
<p className="nfd-pl-3">{ __(
"Facebook",
'wp-plugin-bluehost'
) }</p>
<p className="nfd-pl-3">
{ __(
'Facebook',
'wp-plugin-bluehost'
) }
</p>
</button>
</div>
</div>
Expand Down

0 comments on commit 6d7ae6b

Please sign in to comment.