Skip to content

Commit eb1bfad

Browse files
author
Ives van Hoorne
committed
Add metatags and fix feedback action
1 parent 8ceb518 commit eb1bfad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/app/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<head>
55
<meta charset="utf-8">
66
<!--<meta name="viewport" content="width=device-width, initial-scale=1">-->
7-
<meta name="description" content="A platform for building and sharing React projects." />
7+
<meta property="og:image" content="https://codesandbox.io/static/img/logo.png">
8+
<meta name="description" content="CodeSandbox is an online platform for sharing and reusing React projects" />
89
<link rel="shortcut icon" href="./favicon.ico">
910
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Source+Code+Pro:500" rel="stylesheet">
1011
<title>Editor - CodeSandbox</title>

src/app/pages/Sandbox/Editor/Content/Header/FeedbackView.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import Button from '../../../../../components/buttons/Button';
88
const Container = styled.div`
99
position: relative;
1010
z-index: 2;
11+
height: 100%;
1112
`;
1213

1314
const MessageView = styled.div`

0 commit comments

Comments
 (0)