We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6632b5b commit f321efbCopy full SHA for f321efb
src/components/common/Post.tsx
@@ -92,7 +92,7 @@ export default function Post({ data }: { data: NoticeShopItem }) {
92
navigate(path);
93
};
94
return (
95
- <div
+ <button
96
onClick={handleClick}
97
className="flex h-261 w-full cursor-pointer flex-col gap-12 rounded-xl border border-gray-20 bg-white p-12 md:h-359 md:gap-20 md:p-16 lg:h-348"
98
>
@@ -167,6 +167,6 @@ export default function Post({ data }: { data: NoticeShopItem }) {
167
)}
168
</div>
169
170
- </div>
+ </button>
171
);
172
}
0 commit comments