Skip to content

Commit 41eabdb

Browse files
shreeyash07frozenhelium
authored andcommitted
fixup! fix(eap): update eap section according to new UI
1 parent 39a4657 commit 41eabdb

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

app/src/views/DrefDetail/index.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,14 @@ import SurgeContentContainer from '#components/domain/SurgeContentContainer';
88
import Link from '#components/Link';
99

1010
import i18n from './i18n.json';
11-
import styles from './styles.module.css';
1211

1312
/** @knipignore */
1413
// eslint-disable-next-line import/prefer-default-export
1514
export function Component() {
1615
const strings = useTranslation(i18n);
1716

1817
return (
19-
<Container
20-
className={styles.drefDetail}
21-
>
18+
<Container spacing="md">
2219
<ListView
2320
layout="block"
2421
>

app/src/views/DrefDetail/styles.module.css

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)