Skip to content

Commit 0653860

Browse files
committed
Rename stylesheet as style.module.css
See: #103606 (comment)
1 parent 1e69f46 commit 0653860

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

client/my-sites/plugins/marketplace-footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { addQueryArgs } from 'calypso/lib/route';
88
import { useSelector } from 'calypso/state';
99
import { isUserLoggedIn, getCurrentUserSiteCount } from 'calypso/state/current-user/selectors';
1010
import { getSectionName } from 'calypso/state/ui/selectors';
11-
import styles from './styles.module.css';
11+
import styles from './style.module.css';
1212

1313
export const MarketplaceFooter = () => {
1414
const { __ } = useI18n();

0 commit comments

Comments
 (0)