Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
it21222672 committed Jun 17, 2023
1 parent 18b75ff commit ce809c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ATLAS_URI= "mongodb+srv://user:[email protected].mongodb.net/?retryWrites=true&w=majority"
ATLAS_URI= mongodb+srv://hansani:[email protected].mongodb.net/?retryWrites=true&w=majority
2 changes: 1 addition & 1 deletion frontend/src/Components/Payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function Payment() {
<br />
<br />
<center>
<div className='card' style={{ backgroundColor: "#bfcbf6", boxShadow: "0 0 10px rgba(0, 0, 0, 0.5)", width: "60%" }}>
<div className='card' style={{ backgroundColor: "", boxShadow: "0 0 10px rgba(0, 0, 0, 0.5)", width: "60%" }}>

<h3 style={{ marginTop: '40px' }}>Pay Your Class Fee</h3>

Expand Down

0 comments on commit ce809c0

Please sign in to comment.