Skip to content

Commit

Permalink
add pub in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie85270 committed Mar 24, 2021
1 parent 5121b5d commit 1d25c77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/started/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import AppLayout from '../../components/layout/AppLayout';
import { LiveProvider, LiveEditor } from 'react-live';
import EDITOR_THEME from '../../editorTheme';
import Link from 'next/link';
import SquarePub from '../../components/site/Pub/SquarePub';

const confCode = `module.exports = {
important: true,
Expand Down Expand Up @@ -98,6 +99,7 @@ const StartedPage: FC = () => {
</a>
</Link>
</div>
<SquarePub />
</div>
</div>
<div className="pb-10 border-b border-gray-200 mb-10 text-lg text-gray-500" id="configuration">
Expand Down

0 comments on commit 1d25c77

Please sign in to comment.