Skip to content

Commit

Permalink
Internship Completed
Browse files Browse the repository at this point in the history
  • Loading branch information
srinidhi18042002 committed Jul 28, 2023
1 parent 13fd76a commit b2e4b62
Show file tree
Hide file tree
Showing 7 changed files with 368 additions and 190 deletions.
8 changes: 8 additions & 0 deletions backend/config.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<<<<<<< Updated upstream
NGROK = https://b1c3-2401-4900-376e-7dc4-4461-d4cd-f827-2764.ngrok-free.app
=======
# <<<<<<< Updated upstream
# NGROK = https://ec58-2406-7400-98-c555-00-104.ngrok-free.app
# =======
NGROK = https://1500-117-198-99-29.ngrok-free.app
# >>>>>>> Stashed changes
>>>>>>> Stashed changes
FLUTTER_WEB = http://localhost:53916
REACT_WEB = http://localhost:3000
2 changes: 1 addition & 1 deletion frontend/setupProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = function(app) {
app.use(
'/api',
createProxyMiddleware({
target: 'https://4583-117-198-99-29.ngrok-free.app',
target: ' https://1500-117-198-99-29.ngrok-free.app',
changeOrigin: true,
})
);
Expand Down
13 changes: 9 additions & 4 deletions frontend/src/Approval.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,16 @@
margin-bottom: 20px;
}

.extra-events-table {
.extra-events-table,
.project-approvals-table {
width: 100%;
border-collapse: collapse;
}

.declaration-table caption,
.club-events-table caption,
.extra-events-table caption {
.extra-events-table caption,
.project-approvals-table caption {
font-weight: bold;
font-size: 1.2rem;
margin-bottom: 10px;
Expand All @@ -55,15 +57,18 @@
.club-events-table th,
.club-events-table td,
.extra-events-table th,
.extra-events-table td {
.extra-events-table td,
.project-approvals-table th,
.project-approvals-table td {
color: #fff;
padding: 10px;
text-align: left;
}

.declaration-table th,
.club-events-table th,
.extra-events-table th {
.extra-events-table th,
.project-approvals-table th {
color: black;
background-color: #f5f5f5;
}
Expand Down
Loading

0 comments on commit b2e4b62

Please sign in to comment.