Skip to content

Commit 621039e

Browse files
authored
Make description an h2 (codesandbox#3224)
1 parent 62ba2f9 commit 621039e

File tree

1 file changed

+2
-2
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace/items/NotOwnedSandboxInfo

1 file changed

+2
-2
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/items/NotOwnedSandboxInfo/elements.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import BaseQuestion from 'react-icons/lib/go/question';
33
import { Link } from 'react-router-dom';
44

55
export const Container = styled.div`
6-
font-family: Inter;
6+
font-family: 'Inter', sans-serif;
77
margin: 0 1rem;
88
margin-bottom: 1rem;
99
`;
@@ -30,7 +30,7 @@ export const Environment = styled.a`
3030
}
3131
`;
3232

33-
export const Description = styled.p`
33+
export const Description = styled.h2`
3434
font-weight: 300;
3535
font-size: 13px;
3636
color: ${props => props.theme['editor.foreground']};

0 commit comments

Comments
 (0)