Skip to content

Commit

Permalink
feat: #246 - 알림 페이지 텍스트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dudwns committed Dec 3, 2023
1 parent a87d38b commit 48a44a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/(routes)/notification/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use client'

import { NONE_NOTIFICATION_RESULT } from '@/components/common/NotificationList/constants'
import { SEACH_MODAL_INFO } from '@/components/common/SearchModal/constants'

const NotificationPage = () => {
return (
Expand All @@ -19,7 +20,7 @@ const NotificationPage = () => {
/>
))} */}
<div className="py-5 text-center text-sm font-medium text-gray9">
{NONE_NOTIFICATION_RESULT}
{SEACH_MODAL_INFO}
</div>
</div>
)
Expand Down

0 comments on commit 48a44a9

Please sign in to comment.