@@ -4,7 +4,6 @@ import { Suspense, useEffect, useState } from 'react'
44import { Loader2 } from 'lucide-react'
55import { useSearchParams } from 'next/navigation'
66import { BrandedButton } from '@/app/(auth)/components/branded-button'
7- import { SupportFooter } from '@/app/(auth)/components/support-footer'
87import { InviteLayout } from '@/app/invite/components'
98
109interface UnsubscribeData {
@@ -128,7 +127,6 @@ function UnsubscribeContent() {
128127 < div className = { 'mt-8 flex w-full items-center justify-center py-8' } >
129128 < Loader2 className = 'h-8 w-8 animate-spin text-[#999]' />
130129 </ div >
131- < SupportFooter position = 'absolute' />
132130 </ InviteLayout >
133131 )
134132 }
@@ -146,8 +144,6 @@ function UnsubscribeContent() {
146144 < div className = { 'mt-8 w-full max-w-[410px] space-y-3' } >
147145 < BrandedButton onClick = { ( ) => window . history . back ( ) } > Go Back</ BrandedButton >
148146 </ div >
149-
150- < SupportFooter position = 'absolute' />
151147 </ InviteLayout >
152148 )
153149 }
@@ -168,8 +164,6 @@ function UnsubscribeContent() {
168164 < div className = { 'mt-8 w-full max-w-[410px] space-y-3' } >
169165 < BrandedButton onClick = { ( ) => window . close ( ) } > Close</ BrandedButton >
170166 </ div >
171-
172- < SupportFooter position = 'absolute' />
173167 </ InviteLayout >
174168 )
175169 }
@@ -190,8 +184,6 @@ function UnsubscribeContent() {
190184 < div className = { 'mt-8 w-full max-w-[410px] space-y-3' } >
191185 < BrandedButton onClick = { ( ) => window . close ( ) } > Close</ BrandedButton >
192186 </ div >
193-
194- < SupportFooter position = 'absolute' />
195187 </ InviteLayout >
196188 )
197189 }
@@ -272,8 +264,6 @@ function UnsubscribeContent() {
272264 alerts.
273265 </ p >
274266 </ div >
275-
276- < SupportFooter position = 'absolute' />
277267 </ InviteLayout >
278268 )
279269}
@@ -292,7 +282,6 @@ export default function Unsubscribe() {
292282 < div className = { 'mt-8 flex w-full items-center justify-center py-8' } >
293283 < Loader2 className = 'h-8 w-8 animate-spin text-[#999]' />
294284 </ div >
295- < SupportFooter position = 'absolute' />
296285 </ InviteLayout >
297286 }
298287 >
0 commit comments