Release to main #216

Merged
b merged 23 commits from staging into main 2024-10-01 20:19:09 +00:00
Showing only changes of commit ebd59471c7 - Show all commits

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 />
</> </>
) )
} }