Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdsayed committed Sep 25, 2023
1 parent a1cf9fe commit b5990c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
* External dependencies.
*/
import React, { useCallback, useEffect, useMemo, useState } from 'react';
import { getDomain } from 'tldts';

/**
* Internal dependencies
*/
import checkURLInRWS, {
type CheckURLInRWSOutputType,
} from './utils/checkURLInRWS';
import { getDomain } from 'tldts';
import SitesList from './sitesList';

const Insights = () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const AssociatedSites = ({
<div className="flex justify-between items-center">
<p className="text-base flex items-center gap-2 ">
Associated Subset
<span title="Browsers may enforce a limit of Associated Domains (e.g. Chrome's limit is 5)">
<span title="Browsers may enforce a limit on Associated Domains (e.g. Chrome's limit is 5)">
<InfoIcon />
</span>
</p>
Expand Down

0 comments on commit b5990c4

Please sign in to comment.