Skip to content

Commit 73add4b

Browse files
committed
docs: cleanup
1 parent 059f522 commit 73add4b

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

docs/src/pages/index.js

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
import * as React from 'react'
22
import axios from 'axios'
3-
import { Banner } from 'components/Banner'
4-
import { Sticky } from 'components/Sticky'
5-
import { Nav } from 'components/Nav'
6-
import { siteConfig } from 'siteConfig'
7-
import Link from 'next/link'
8-
import { Footer } from 'components/Footer'
9-
import { ClientsMarquee } from 'components/clients/ClientsMarquee'
10-
import { Seo } from 'components/Seo'
113
import Head from 'next/head'
12-
import SponsorPack from 'components/SponsorPack'
4+
import Link from 'next/link'
5+
6+
//
7+
import { siteConfig } from '../siteConfig'
8+
9+
import { Banner } from '../components/Banner'
10+
import { Sticky } from '../components/Sticky'
11+
import { Nav } from '../components/Nav'
12+
import { Footer } from '../components/Footer'
13+
import { ClientsMarquee } from '../components/clients/ClientsMarquee'
14+
import { Seo } from '../components/Seo'
15+
import SponsorPack from '../components/SponsorPack'
1316

1417
export const getStaticProps = async () => {
1518
const {
@@ -164,30 +167,30 @@ const Home = ({ sponsors }) => {
164167
ENROLL NOW
165168
</a>
166169
<div className="grid pt-8 text-white max-w-screen-lg mx-auto text-lg">
167-
<a className="mb-2">
170+
<span className="mb-2">
168171
<span className="bg-coral text-gray-800 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
169172
<Check />
170173
</span>
171174
50+ Lessons
172-
</a>
173-
<a className="mb-2">
175+
</span>
176+
<span className="mb-2">
174177
<span className="bg-coral text-gray-800 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
175178
<Check />
176179
</span>
177180
3+ Hours of Live-Code Training
178-
</a>
179-
<a className="mb-2">
181+
</span>
182+
<span className="mb-2">
180183
<span className="bg-coral text-gray-800 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
181184
<Check />
182185
</span>
183186
Lesson Source Code
184-
</a>
185-
<a className="mb-2">
187+
</span>
188+
<span className="mb-2">
186189
<span className="bg-coral text-gray-800 w-4 h-4 mr-2 rounded-full inline-flex items-center justify-center">
187190
<Check />
188191
</span>
189192
Full API coverage
190-
</a>
193+
</span>
191194
</div>
192195
</div>
193196
</div>

0 commit comments

Comments
 (0)