diff --git a/packages/app/src/app/pages/common/Modals/Changelog/Dashboard/Helmet.js b/packages/app/src/app/pages/common/Modals/Changelog/Dashboard/Helmet.tsx similarity index 100% rename from packages/app/src/app/pages/common/Modals/Changelog/Dashboard/Helmet.js rename to packages/app/src/app/pages/common/Modals/Changelog/Dashboard/Helmet.tsx diff --git a/packages/app/src/app/pages/common/Modals/Changelog/Dashboard/index.tsx b/packages/app/src/app/pages/common/Modals/Changelog/Dashboard/index.tsx index 6f4d42b405a..0a2345c5a5d 100644 --- a/packages/app/src/app/pages/common/Modals/Changelog/Dashboard/index.tsx +++ b/packages/app/src/app/pages/common/Modals/Changelog/Dashboard/index.tsx @@ -1,9 +1,10 @@ -import React, { FunctionComponent } from 'react'; import CSS from 'csstype'; -import { useOvermind } from 'app/overmind'; -import { Link } from 'react-router-dom'; import theme from '@codesandbox/common/lib/theme'; import { Button } from '@codesandbox/common/lib/components/Button'; +import React, { FunctionComponent } from 'react'; +import { Link } from 'react-router-dom'; + +import { useOvermind } from 'app/overmind'; // Inline styles because styled-components didn't load the styles const titleStyles: CSS.Properties = { @@ -53,32 +54,33 @@ export const DashboardChangelog: FunctionComponent = () => { return (
@@ -90,6 +92,7 @@ export const DashboardChangelog: FunctionComponent = () => {
You can now manage your sandboxes in your own{' '} dashboard! You @@ -99,6 +102,7 @@ export const DashboardChangelog: FunctionComponent = () => {
An extension to the dashboard is
Teams is not our only feature that allows for collaboration. We also
have
There {"'"}s a lot more included in this update! Make sure to check out the @@ -132,23 +138,24 @@ export const DashboardChangelog: FunctionComponent = () => {