fix: footer portal on relays

This commit is contained in:
enes 2024-09-19 09:53:16 +02:00
parent c52fecdf4e
commit ebd59471c7

View File

@ -233,6 +233,7 @@ export const RelaysPage = () => {
))}
</Box>
)}
<Footer />
</Container>
)
}
@ -428,7 +429,6 @@ const RelayItem = ({
)}
</List>
</Box>
<Footer />
</>
)
}