We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e69f46 commit 0653860Copy full SHA for 0653860
client/my-sites/plugins/marketplace-footer/index.tsx
@@ -8,7 +8,7 @@ import { addQueryArgs } from 'calypso/lib/route';
8
import { useSelector } from 'calypso/state';
9
import { isUserLoggedIn, getCurrentUserSiteCount } from 'calypso/state/current-user/selectors';
10
import { getSectionName } from 'calypso/state/ui/selectors';
11
-import styles from './styles.module.css';
+import styles from './style.module.css';
12
13
export const MarketplaceFooter = () => {
14
const { __ } = useI18n();
client/my-sites/plugins/marketplace-footer/styles.module.css renamed to client/my-sites/plugins/marketplace-footer/style.module.css
0 commit comments