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> </Box>
)} )}
<Footer />
</Container> </Container>
) )
} }
@ -428,7 +429,6 @@ const RelayItem = ({
)} )}
</List> </List>
</Box> </Box>
<Footer />
</> </>
) )
} }