Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit e72b621

Browse files
committed
Fix card style
1 parent c9a1560 commit e72b621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/components/argit/editor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const Editor = connector(
108108
const url = `dgit://${props.address}${props.projectRoot}`
109109

110110
return (
111-
<Card>
111+
<div className="card-dgit">
112112
<CardBody>
113113
<h1>Repository is empty!</h1>
114114
<p>
@@ -122,6 +122,6 @@ export const Editor = connector(
122122
dgit push origin master
123123
</code>
124124
</CardBody>
125-
</Card>
125+
</div>
126126
)
127127
})

0 commit comments

Comments
 (0)