Skip to content

Commit

Permalink
Merge branch 'discount'
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtrazy committed Jul 18, 2024
2 parents 2207b71 + 1a8513e commit 86bb0d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Gallery/Gallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TitleBox } from '../Landing/TitleBox'

export const Gallery = () => {
return (
<div className='bg-black'>
<div className='bg-transparent'>
{/* <h1 className='text-xl'>Gallery</h1> */}
<TitleBox title='gallery' subtitle='la Fresca cafe' button='' ClassName='relative top-0 lect-0 w-screen h-fit px-20 mb-10 bg-white ' URLLink='' />
<ImagesSet />
Expand Down
2 changes: 1 addition & 1 deletion src/components/Gallery/Images-set.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const ImagesSet = () => {
className="absolute top-1/2 right-4 transform -translate-y-1/2 text-6xl text-white cursor-pointer"
/>
</div>
<div className="gallery space-y-4 columns-1 sm:columns-2 md:columns-3 px-3">
<div className="gallery space-y-4 columns-1 sm:columns-2 md:columns-3 px-3 ">
{images.map((image, index) => (
<div
key={index}
Expand Down
1 change: 0 additions & 1 deletion src/pages/BranchManager/FoodList/DiscountList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ export default function App() {
</Button>
</DropdownTrigger>
<DropdownMenu>
<DropdownItem>View</DropdownItem>
<DropdownItem>Edit</DropdownItem>
<DropdownItem>Delete</DropdownItem>
</DropdownMenu>
Expand Down

0 comments on commit 86bb0d7

Please sign in to comment.