mirror of
https://github.com/vercel/commerce.git
synced 2025-05-13 05:07:51 +00:00
fix: remove images
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
ab71fc45c9
commit
c8f8fd2adc
@ -30,33 +30,6 @@ export default async function Footer() {
|
||||
</a>
|
||||
<p className="ml-4">Monday - Friday 9:00am - 8:00pm EST</p>
|
||||
<p className="ml-4">Saturday 11:00am - 4:00pm EST</p>
|
||||
{/* <div className="ml-4 mt-3 flex flex-row items-center gap-4">
|
||||
<a href="https://www.facebook.com/carpartplanet" target="_blank" rel="noreferrer">
|
||||
<Image alt="facebook" src="/icons/facebook.png" width={20} height={20} />
|
||||
</a>
|
||||
<a href="https://www.instagram.com/carpartplanet" target="_blank" rel="noreferrer">
|
||||
<Image alt="instagram" src="/icons/instagram.png" width={20} height={20} />
|
||||
</a>
|
||||
<a
|
||||
href="https://www.youtube.com/channel/UC8CxAf0QAozd2g0clMhkmKA/videos"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
<Image
|
||||
alt="youtube"
|
||||
src="/icons/youtube.png"
|
||||
width={20}
|
||||
height={20}
|
||||
className="mt-1"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://www.pinterest.com/carpartplanet" target="_blank" rel="noreferrer">
|
||||
<Image alt="pinterest" src="/icons/pinterest.png" width={20} height={20} />
|
||||
</a>
|
||||
<a href="https://twitter.com/carpartplanet" target="_blank" rel="noreferrer">
|
||||
<Image alt="twitter" src="/icons/twitter.png" width={16} height={16} />
|
||||
</a>
|
||||
</div> */}
|
||||
</div>
|
||||
<Suspense
|
||||
fallback={
|
||||
|
@ -31,7 +31,7 @@ const Filters = ({ filters, defaultOpen = true }: { filters: Filter[]; defaultOp
|
||||
};
|
||||
|
||||
return (
|
||||
<form onChange={handleChange} className="space-y-5 divide-y divide-gray-200">
|
||||
<form onChange={handleChange} className="space-y-5 divide-y divide-gray-200 border-b pb-3">
|
||||
{filters.map(({ label, id, values }) => (
|
||||
<Disclosure
|
||||
key={id}
|
||||
|
5
components/layout/search/filters/selected-list.tsx
Normal file
5
components/layout/search/filters/selected-list.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
const SelectedList = () => {
|
||||
return <div>SelectedList</div>;
|
||||
};
|
||||
|
||||
export default SelectedList;
|
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 21 KiB |
Binary file not shown.
Before Width: | Height: | Size: 23 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Loading…
x
Reference in New Issue
Block a user