Skip to content

Commit

Permalink
✏️ Fix details
Browse files Browse the repository at this point in the history
  • Loading branch information
jyboy committed Apr 18, 2024
1 parent c682e2a commit d5e25bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A modern web application for table reservation at the Little Lemon restaurant, b

## Demo

Check out the live demo: [https://littlelemon-rest.netlify.app/](https://littlelemon-rest.netlify.app/)
Check out the live demo: [littlelemon-rest.netlify.app](https://littlelemon-rest.netlify.app)

## Features

Expand Down
2 changes: 1 addition & 1 deletion src/pages/ReservationSuccess/ReservationSuccess.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ReservationSuccess = () => {

return (
<div>
<div className="flex flex-col items-center pt-28 text-olive">
<div className="flex flex-col items-center pt-24 text-olive">
<FontAwesomeIcon icon={faCircleCheck} size="4x" />
<h1
className="mt-8 font-serif text-4.5xl"
Expand Down

0 comments on commit d5e25bd

Please sign in to comment.