Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update App.js
  • Loading branch information
jocelyn-paystack authored Mar 3, 2021
commit 1b0938df272be5185ead48d4e6bada7424619748
5 changes: 4 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { PaystackButton } from "react-paystack"
import "./App.css"

const App = () => {
const publicKey = "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015adba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad"
const privateKey = "ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015adba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad"
const amount = 1000000
const [email, setEmail] = useState("")
const [name, setName] = useState("")
Expand Down Expand Up @@ -74,6 +74,9 @@ const App = () => {
</div>
</div>
</div>
<script>this.html.push( '<a class="quiz-au" data-src="' + this.au + '"><span class="quiz-au-icon"></span>Click to play</a>' ); </script>


</div>
)
}
Expand Down