Skip to content

Commit

Permalink
Merge pull request #279 from Picodes10/venv
Browse files Browse the repository at this point in the history
bug: Fixed overlapping in feedback section #278
  • Loading branch information
RamakrushnaBiswal authored Oct 14, 2024
2 parents 492b95f + 2f6a8cc commit a2e62da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/Pages/Register.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable prettier/prettier */
import { useState, useEffect } from 'react';
import pic from '../../assets/img/abt1.jpg';
import pic2 from '../../assets/img/abt1.png';
Expand All @@ -7,6 +8,7 @@ import pic5 from '../../assets/img/abt4.png';
import MainHOC from '../MainHOC';

function Register() {

const [date, setDate] = useState('');
const [time, setTime] = useState('');
const [guests, setGuests] = useState();
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/ui/FeedbackForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const FeedbackForm = () => {
<p className="mt-1 text-lg text-gray-700 pb-3">
Your thoughts help us improve. Share your experience and suggestions with us!
</p>
<div className="flex md:h-[50vh] md:w-[70vh] items-center justify-center">
<div className="flex md:h-[40vh] md:w-[60vh] items-center justify-center mt-12">
<img
src={chess}
alt="Chess"
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

0 comments on commit a2e62da

Please sign in to comment.