Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Uvacoder authored Aug 18, 2022
1 parent 7dff5c4 commit 4ee78cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Link from 'next/link'
import Image from 'next/image'
import { Text, Card, Spacer, Row, Col, Grid, Toggle } from '@geist-ui/react'

import { Github } from '@geist-ui/icons'
import Meta from '../components/meta'
//import Video from '../components/mux'
import Author from '../components/author'
Expand Down Expand Up @@ -123,6 +123,7 @@ const Index = () => (
))}
</Grid.Container>
<Spacer y={1.5} />
<Github color="red" />
<Text
type="secondary"
align="center"
Expand Down

0 comments on commit 4ee78cb

Please sign in to comment.