File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
apps/tuk-web/src/app/invite-list/src/components Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 11import { useState } from 'react' ;
22
33import InviteDetailModal from '@/app/invite-list/src/components/ReceiveDetailModal' ;
4- import GradientInviteCard from '@/shared/components/GradientInviteCard' ;
54import InviteCardFrame from '@/shared/components/InviteCardFrame' ;
65
76const ReceiveInviteList = ( ) => {
@@ -16,10 +15,6 @@ const ReceiveInviteList = () => {
1615 < div className = "flex flex-col items-center gap-12" >
1716 < div className = "relative flex justify-center" onClick = { ( ) => openModal ( ) } >
1817 < InviteCardFrame />
19-
20- < div className = "absolute left-1/2 top-12 -translate-x-1/2" >
21- < GradientInviteCard />
22- </ div >
2318 </ div >
2419
2520 < span className = "pretendard-body-12-R text-gray-800" > 15분 전</ span >
@@ -28,10 +23,6 @@ const ReceiveInviteList = () => {
2823 < div className = "flex flex-col items-center gap-12" >
2924 < div className = "relative flex justify-center" >
3025 < InviteCardFrame />
31-
32- < div className = "absolute left-1/2 top-12 -translate-x-1/2" >
33- < GradientInviteCard />
34- </ div >
3526 </ div >
3627
3728 < span className = "pretendard-body-12-R text-gray-800" > 15분 전</ span >
You can’t perform that action at this time.
0 commit comments