Skip to content

Commit

Permalink
Merge pull request #18 from stevem-zhou/login
Browse files Browse the repository at this point in the history
Login
  • Loading branch information
jessieh9 authored May 27, 2023
2 parents 801d50b + b77039a commit 3c0cc20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Empty file removed src/components/Contact/Contact.jsx
Empty file.
5 changes: 3 additions & 2 deletions src/components/InfoModal/InfoModal.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as React from 'react'
import { Link } from "react-router-dom";
import {
Box,
Button,
Expand Down Expand Up @@ -66,8 +67,8 @@ export default function InfoModal() {
This Chopper fought dinosaurs in the late 1980s and gave Luffy a fat cock.
Luffy, Nami, ZaddyZoro, BigNose, DeadSkeleton, Puncher, Jinbei
</Text>
<Button colorScheme='blue' ml='3' py='10px'>
Contact Me
<Button colorScheme='blue' ml='3' py='10px' >
<a href="mailto:[email protected]">Contact Me</a>
</Button>
</Stack>
<Text color={'gray.500'}>Posted on Feb 08, 2021</Text>
Expand Down
Empty file removed src/components/Navbar/Navbar.jsx
Empty file.

0 comments on commit 3c0cc20

Please sign in to comment.