Skip to content

Commit f2b1941

Browse files
authored
Merge pull request #156 from prajwalkulkarni/apple-touch-icon
Add apple touch icon
2 parents 7ac8681 + c58523c commit f2b1941

File tree

2 files changed

+2
-47
lines changed

2 files changed

+2
-47
lines changed

public/logo192.png

23.8 KB
Loading

src/pages/Contact.js

Lines changed: 2 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,10 @@
1-
Skip to content
2-
Search or jump to…
3-
Pull requests
4-
Issues
5-
Marketplace
6-
Explore
7-
8-
@Riturajseal2001
9-
codeisscience
10-
/
11-
journal-policy-tracker-frontend
12-
Public
13-
Code
14-
Issues
15-
20
16-
Pull requests
17-
7
18-
Actions
19-
Projects
20-
Wiki
21-
Security
22-
Insights
23-
journal-policy-tracker-frontend/src/pages/Contact.js /
24-
@prajwalkulkarni
25-
prajwalkulkarni Add contact form validation
26-
Latest commit 31e26c4 6 days ago
27-
History
28-
5 contributors
29-
@prajwalkulkarni@jayeclark@padmajabhol@NumanAnees@dikshashukla455
30-
168 lines (153 sloc) 5.59 KB
31-
32-
/* eslint-disable react/function-component-definition */
331
import React, { useState } from 'react';
342
import '../styles/Contact.css';
353
import { Container, Row, Col, Form, Button } from 'react-bootstrap';
364
import { ImTwitter, ImMail, ImGithub } from 'react-icons/im';
375
import { FaGitter } from 'react-icons/fa';
386

39-
const Contact = () => {
7+
function Contact(){
408
let formIsValid = false
419

4210
const [email, setEmailAttr] = useState({
@@ -224,17 +192,4 @@ const Contact = () => {
224192
)
225193
};
226194

227-
export default Contact;
228-
© 2022 GitHub, Inc.
229-
Terms
230-
Privacy
231-
Security
232-
Status
233-
Docs
234-
Contact GitHub
235-
Pricing
236-
API
237-
Training
238-
Blog
239-
About
240-
Loading complete
195+
export default Contact

0 commit comments

Comments
 (0)