Skip to content

Commit 015aff8

Browse files
SaraVieiraCompuIves
authored andcommitted
add status link (codesandbox#2314)
1 parent 1975e08 commit 015aff8

File tree

4 files changed

+2798
-1234
lines changed

4 files changed

+2798
-1234
lines changed

packages/common/src/components/Footer.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ export default () => (
8484
Patron
8585
</a>
8686
</li>
87+
<li>
88+
<a
89+
href="https://status.codesandbox.io"
90+
target="_blank"
91+
rel="noopener noreferrer"
92+
>
93+
Status
94+
</a>
95+
</li>
8796
</List>
8897
</Column>
8998

packages/homepage/gatsby-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ module.exports = {
3434
options: {
3535
maxWidth: 740,
3636
linkImagesToOriginal: true,
37-
sizeByPixelDensity: true,
3837
},
3938
},
4039
{ resolve: require.resolve(`./plugins/remark-sections`) },

packages/homepage/src/components/Footer.js

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

0 commit comments

Comments
 (0)