Skip to content

Commit 9168aeb

Browse files
committed
chore: better class names and import order
1 parent f81b903 commit 9168aeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/site/app/[locale]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import {
1818
ENABLE_STATIC_EXPORT,
1919
} from '#site/next.constants.mjs';
2020
import {
21-
DYNAMIC_ROUTES,
2221
PAGE_VIEWPORT,
22+
DYNAMIC_ROUTES,
2323
} from '#site/next.dynamic.constants.mjs';
2424
import { dynamicRouter } from '#site/next.dynamic.mjs';
2525
import { allLocaleCodes, availableLocaleCodes } from '#site/next.locales.mjs';

apps/site/components/Releases/MinorReleasesTable/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@apply md:w-44;
4040
}
4141

42-
.stickyHeader {
42+
.header {
4343
@apply top-0
4444
z-10
4545
border-t

0 commit comments

Comments
 (0)