Can download ISO file by URL
This commit is contained in:
@ -5,7 +5,7 @@ export function VirtWebPaper(
|
||||
p: { label: string } & PropsWithChildren
|
||||
): React.ReactElement {
|
||||
return (
|
||||
<Paper elevation={2} style={{ padding: "10px" }}>
|
||||
<Paper elevation={2} style={{ padding: "10px", margin: "20px" }}>
|
||||
<Typography
|
||||
variant="subtitle1"
|
||||
style={{ marginBottom: "10px", fontWeight: "bold" }}
|
||||
|
Reference in New Issue
Block a user