feat: add home page ( user-main-2 ) #69
Annotations
7 errors
lint:
src/app/home/page.tsx#L3
Insert `·from·"../../components/Main/Divider";⏎import·Divider`
|
lint:
src/app/home/page.tsx#L8
Delete `import·Divider·from·'../../components/Main/Divider';⏎`
|
lint:
src/app/home/page.tsx#L22
Replace `justify-center·items` with `items-center·justify`
|
lint:
src/app/home/page.tsx#L29
Insert `·`
|
lint:
src/components/Main/AllPetsButton.tsx#L6
Replace `items-center·w-full·md:w-auto·justify-center·gap-2.5·rounded-full·bg-primary·px-6·py-2·font-bold·text-white·shadow` with `w-full·items-center·justify-center·gap-2.5·rounded-full·bg-primary·px-6·py-2·font-bold·text-white·shadow·md:w-auto`
|
lint:
src/components/Main/Divider.tsx#L5
Replace `md:flex·items-center·justify-center` with `items-center·justify-center·md:flex`
|
lint
Process completed with exit code 1.
|