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 98b2f76 commit 857b5d4Copy full SHA for 857b5d4
src/app/record/empty/page.tsx
@@ -6,8 +6,7 @@ import { stack } from '@styled-system/patterns';
6
function MissionRecordEmptyPage() {
7
return (
8
<main className={mainWrapperCss}>
9
- <Header rightAction="text-button" title={'미션 내역'} />
10
-
+ <Header rightAction="none" title={'미션 내역'} />
11
<div className={containerCss}>
12
<Empty type={'notice'} title={'미션 인증 내역이 없어요.'} image={'docs'} description={''} />
13
</div>
0 commit comments