edit styles
This commit is contained in:
@@ -51,12 +51,12 @@ export default async function Page() {
|
||||
description="multi-layered-protection-for-your-videos"
|
||||
/>
|
||||
<ProtectionStatistic fileType={FILE_TYPE} />
|
||||
<div className="split-blocks">
|
||||
{/* <div className="split-blocks">
|
||||
<ProtectionSummary fileType={FILE_TYPE} />
|
||||
<div className="protection-overview">
|
||||
<StackedBarChart data={data} />
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
<UploadSectionFile fileType={FILE_TYPE} allowedExtensions={file_extension} maxFileSize={max_file_size} />
|
||||
<FilesTable fileType={FILE_TYPE} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user