Skip to content

Commit

Permalink
컨텐츠 없음 표시 컴포넌트 UI 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
ryusudol committed Nov 1, 2023
1 parent dbaf389 commit 3e7bce9
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 239 deletions.
59 changes: 0 additions & 59 deletions front-end/components/MyPage/Layout.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion front-end/components/MyPage/MyQna.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const MyQnA = () => {
if (qna.length === 0)
return (
<div className="flex flex-col items-center justify-center w-full h-full bg-white">
<div className="shadow-xl text-white bg-[var(--color-mrgreen-5)] rounded-lg text-3xl py-4 px-6 mb-10">
<div className="px-6 py-4 mb-10 text-3xl text-black rounded-lg">
첫 질문을 올려주세요 !
</div>
<Image
Expand Down
Loading

0 comments on commit 3e7bce9

Please sign in to comment.