style update

This commit is contained in:
fmtabbara
2021-07-27 20:07:23 +01:00
parent b034a07439
commit 75f098f002
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export const NymCard = ({
}) => {
const theme = useTheme()
return (
<Card>
<Card variant="outlined">
<CardHeader
title={title}
subheader={subheader}
+1 -1
View File
@@ -8,7 +8,7 @@ const Bond = () => {
<>
<MainNav />
<Layout>
<NymCard title="Bond a Mixnode" subheader="Bond a mixnode or gateway">
<NymCard title="Bond" subheader="Bond a mixnode or gateway">
<BondNode />
</NymCard>
</Layout>