Skip to content

Commit

Permalink
알림 화면에 뒤로가기 버튼 추가 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho1011 authored Feb 19, 2024
1 parent 581907a commit 093fdbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/Notification/Notification.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React, { useState } from 'react';

import { Col } from '@components/commons/Flex/Flex';
import BackButton from '@components/commons/Header/BackButton/BackButton';
import Layout from '@components/commons/Layout/Layout';
import Text from '@components/commons/Text/Text';
import NotificationItem from '@components/Notifications/NotificationItem';
Expand Down Expand Up @@ -70,6 +71,7 @@ const Notification = () => {
return (
<Layout
hasBottomNavigation={false}
HeaderLeft={<BackButton />}
HeaderCenter={
<Text size={20} weight={600} color={colors.white}>
알림
Expand Down

0 comments on commit 093fdbf

Please sign in to comment.