Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed overlapping #279

Merged
merged 4 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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.

Loading