style update
This commit is contained in:
@@ -12,7 +12,7 @@ export const NymCard = ({
|
||||
}) => {
|
||||
const theme = useTheme()
|
||||
return (
|
||||
<Card>
|
||||
<Card variant="outlined">
|
||||
<CardHeader
|
||||
title={title}
|
||||
subheader={subheader}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user