Skip to content
Snippets Groups Projects

Shareablelink #39

Merged Balaji D requested to merge shareablelink into master
5 files
+ 20992
26
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -83,7 +83,7 @@ export default function Deffolders( {currentFolder} ){
@@ -83,7 +83,7 @@ export default function Deffolders( {currentFolder} ){
}
}
return (
return (
<>
<>
<Button style={{maxWidth : "80px"}} onClick={openModel} variant="primary" size="sm">
<Button style={{maxWidth : "80px"}} className="mr-2" onClick={openModel} variant="primary" size="sm">
<FontAwesomeIcon icon={faBolt} />
<FontAwesomeIcon icon={faBolt} />
</Button>
</Button>
</>
</>
Loading