@ -138,7 +138,7 @@ function HomeTabFile ({plugin}: HomeTabFileProps) {
< Toaster message = { state . toasterMsg } / >
< div className = "justify-content-start mt-3 p-2 border-bottom d-flex flex-column" id = "hTFileSection" >
< label style = { { fontSize : "1rem" } } > Files < / label >
< button className = "btn btn-primary p-2 border my-1" style = { { width : 'fit-content' } } onClick = { ( ) = > createNewFile ( ) } > New File < / button >
< button className = "btn btn-primary p-2 border my-1" data - id = "homeTabNewFile" style = { { width : 'fit-content' } } onClick = { ( ) = > createNewFile ( ) } > New File < / button >
< label className = "btn p-2 border my-1" style = { { width : 'fit-content' } } htmlFor = "openFileInput" > Open File < / label >
< input title = "open file" type = "file" id = "openFileInput" onChange = { ( event ) = > {
event . stopPropagation ( )
@ -149,7 +149,7 @@ function HomeTabFile ({plugin}: HomeTabFileProps) {
< label className = "pt-2" > Load From < / label >
< div className = "d-flex" >
< button className = "btn p-2 border mr-2" data - id = "landingPageImportFromGitHubButton" onClick = { ( ) = > showFullMessage ( 'GitHub' , 'github URL' , [ 'https://github.com/0xcert/ethereum-erc721/src/contracts/tokens/nf-token-metadata.sol' , 'https://github.com/OpenZeppelin/openzeppelin-solidity/blob/67bca857eedf99bf44a4b6a0fc5b5ed553135316/contracts/access/Roles.sol' ] ) } > GitHub < / button >
< button className = "btn p-2 border mr-2" data - id = "landingPalandingPageImportFromGistButton geImportFromGistButton" onClick = { ( ) = > importFromGist ( ) } > Gist < / button >
< button className = "btn p-2 border mr-2" data - id = "landingPageImportFromGistButton" onClick = { ( ) = > importFromGist ( ) } > Gist < / button >
< button className = "btn p-2 border mr-2" onClick = { ( ) = > showFullMessage ( 'Ipfs' , 'ipfs URL' , [ 'ipfs://<ipfs-hash>' ] ) } > IPFS < / button >
< button className = "btn p-2 border" onClick = { ( ) = > showFullMessage ( 'Https' , 'http/https raw content' , [ 'https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/master/contracts/token/ERC20/ERC20.sol' ] ) } > HTTPS < / button >
< / div >