diff --git a/app/javascript/flavours/glitch/features/getting_started_misc/index.js b/app/javascript/flavours/glitch/features/getting_started_misc/index.js index b67e6f97f..cbd4b8fe2 100644 --- a/app/javascript/flavours/glitch/features/getting_started_misc/index.js +++ b/app/javascript/flavours/glitch/features/getting_started_misc/index.js @@ -40,20 +40,22 @@ export default class gettingStartedMisc extends ImmutablePureComponent { render () { const { intl } = this.props; + let i = 1; + return (
- - - - - - - - + + + + + + + +
);