Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,21 @@ export default function ReviewableGatheringCardList() {

// λ‘œλ”© 쀑일 λ•Œ μŠ€μΌˆλ ˆν†€ ν‘œμ‹œ
if (isLoading) {
return <MyReviewSkeletonList />;
return (
<section className="item-center mt-8 flex flex-col">
<MyReviewSkeletonList />
</section>
);
}

return (
<ul className="flex flex-col items-center gap-4">
<ul className="mt-8 flex flex-col items-center gap-4">
{/* 데이터가 λΉ„μ—ˆμ„ λ•Œ λ©”μ‹œμ§€ */}
{isDataEmpty ? (
<div className="text-gray-500">아직 λͺ¨μž„이 μ—†μŠ΅λ‹ˆλ‹€.</div>
<section className="py-16 text-center">
<h3 className="text-xl font-bold text-blue-500">리뷰 κ°€λŠ₯ν•œ 약속이 μ—†μ–΄μš”</h3>
<p className="mt-4 text-gray-600">크루의 약속에 μ°Έμ—¬ν•΄λ³΄μ„Έμš”πŸ™Œ</p>
</section>
) : (
// μΉ΄λ“œ μ»΄ν¬λ„ŒνŠΈ λ°°μ—΄ λ Œλ”λ§
data.pages.map((page, pageIndex) => (
Expand Down
Binary file removed src/app/favicon.ico
Binary file not shown.
Loading