Skip to content

Commit 466f015

Browse files
Merge pull request #33 from prashantbhandary/dev/prashant/0.0.2
modifired feedbackform
2 parents 7fe5898 + 7f2a495 commit 466f015

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

src/pages/feedbackForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @jsxImportSource @theme-ui/core */
22
import { useState, useEffect } from "react";
3-
import { Container, Box, Label, Input, Textarea, Button } from "theme-ui";
3+
import { Container, Box, Label, Input, Textarea, Button, Text, Heading } from "theme-ui";
44
import Modal from "../components/Modal";
55

66
/*

src/pages/index.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,14 @@ export default function Home() {
3636
<Button variant="cyber" sx={styles.hero.primaryBtn}>
3737
Explore Our Projects
3838
</Button>
39-
<Button variant="secondary" sx={styles.hero.secondaryBtn}>
39+
<Button
40+
variant="secondary"
41+
sx={styles.hero.secondaryBtn}
42+
as="a"
43+
href="https://www.facebook.com/wrcrobo"
44+
target="_blank"
45+
rel="noopener noreferrer"
46+
>
4047
Join the Club
4148
</Button>
4249
</Box>

0 commit comments

Comments
 (0)