Skip to content

Commit

Permalink
deployment 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
efraindrummer committed Jan 5, 2022
1 parent e2b87af commit a24e51c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Logo = () => {
fontWeight="bold"
ml={3}
>
Efran May
Efrain May
</Text>
</LogoBox>
</a>
Expand Down
8 changes: 4 additions & 4 deletions components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ const Navbar = props => {
<NextLink href="/works" passHref>
<MenuItem as={Link}>Portafolio</MenuItem>
</NextLink>
{/* <NextLink href="/posts" passHref>
<MenuItem as={Link}>Posts</MenuItem>
</NextLink> */}
<NextLink href="/posts" passHref>
<MenuItem as={Link}>Publicaciones</MenuItem>
</NextLink>
<MenuItem
as={Link}
href="https://github.com/efraindrummer/efrawebsaite-nextjs-copywith"
>
Ver Codigo en Github
View Code
</MenuItem>
</MenuList>
</Menu>
Expand Down
4 changes: 1 addition & 3 deletions pages/posts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Container, Heading, SimpleGrid, Box, Image} from '@chakra-ui/react'
import { Container, Heading, SimpleGrid } from '@chakra-ui/react'
import Layout from '../components/layouts/article'
import Section from '../components/section'
import { GridItem } from '../components/grid-item'
Expand All @@ -7,8 +7,6 @@ import thumbCallingApp from '../public/images/contents/calling_app.jpg'
import thumbMapasApp from '../public/images/contents/mapas_app.jpg'
import thumbFlutterBug from '../public/images/contents/flutter_bugs.jpg'
import thumbGithub from '../public/images/contents/github.jpg'
import thumbHowToPriceYourself from '../public/images/contents/blog-how-to-price-yourself.jpg'
import thumb50xFaster from '../public/images/contents/youtube-50x-faster.jpg'

const Posts = () => {
return (
Expand Down
Binary file removed public/apple-touch-icon.png
Binary file not shown.
Binary file removed public/favicon.ico
Binary file not shown.

0 comments on commit a24e51c

Please sign in to comment.