release #306

Merged
b merged 25 commits from staging into main 2025-01-23 18:54:21 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit 5f3d92d62f - Show all commits

View File

@ -263,7 +263,13 @@ export const RelaysPage = () => {
}}
className={styles.relayURItextfield}
/>
<Button variant="contained" onClick={() => handleAddNewRelay()}>
<Button
sx={{
height: '56px'
}}
variant="contained"
onClick={() => handleAddNewRelay()}
>
Add
</Button>
</Box>

View File

@ -12,6 +12,7 @@
flex-direction: row;
gap: 10px;
width: 100%;
align-items: start;
}
.sectionIcon {