diff --git a/src/design-system/atoms/typography/mdx.tsx b/src/design-system/atoms/typography/mdx.tsx
index 0a837b6..3e8dbc2 100644
--- a/src/design-system/atoms/typography/mdx.tsx
+++ b/src/design-system/atoms/typography/mdx.tsx
@@ -1,17 +1,6 @@
import styled from 'styled-components';
import * as _ from 'styled-components'; // tslint:disable-line:no-duplicate-imports
-import {
- AccentTitle,
- LargeTitle,
- Link,
- MediumTitle,
- SmallTitle,
- Text,
- text600,
- text700,
- text800,
- text900,
-} from './typography';
+import { Link, Text, text600, text700, text800, text900 } from './typography';
export const mdxComponents = {
h1: styled.h1`
diff --git a/src/design-system/molecules/footer/Flags.tsx b/src/design-system/molecules/footer/Flags.tsx
index 3acfee4..855506c 100644
--- a/src/design-system/molecules/footer/Flags.tsx
+++ b/src/design-system/molecules/footer/Flags.tsx
@@ -11,7 +11,7 @@ export const Flags = (props: FlagsProps) => (
-
+