deleted unused code
This commit is contained in:
@@ -220,7 +220,7 @@ export const MainForm = () => {
|
|||||||
</ModalDialog>
|
</ModalDialog>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
||||||
<div className="min-h-screen w-full flex items-center justify-center bg-gradient-to-br from-slate-100 to-blue-50 p-4">
|
<div className="min-h-screen w-full flex items-center justify-center from-slate-100 to-blue-50 p-4">
|
||||||
<Sheet
|
<Sheet
|
||||||
variant="plain"
|
variant="plain"
|
||||||
className="w-full"
|
className="w-full"
|
||||||
@@ -268,7 +268,7 @@ export const MainForm = () => {
|
|||||||
alignSelf: "flex-start",
|
alignSelf: "flex-start",
|
||||||
borderRadius: "999px",
|
borderRadius: "999px",
|
||||||
fontWeight: 600,
|
fontWeight: 600,
|
||||||
marginTop: 1
|
marginTop: 1,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
#{nextID ?? "N/A"}
|
#{nextID ?? "N/A"}
|
||||||
|
|||||||
Reference in New Issue
Block a user