Skip to content

Commit

Permalink
removed warnings, facebook should fix facebook/create-react-app#2453
Browse files Browse the repository at this point in the history
  • Loading branch information
legendsayantan committed Apr 25, 2023
1 parent cb097cc commit 234f3a9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions src/js/webadb.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
// SPDX-License-Identifier: MIT

(function (root, factory) {
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Autoreact.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ function Autoreact({shown,goBack}){
//download file from GitHub
window.open('https://github.com/legendsayantan/Autoreact/blob/master/app/release/app-release.apk?raw=true')
}}>
<img style={{height: '50px'}} src={'https://img.icons8.com/fluency/2x/android-os.png'}/>
<img style={{height: '50px'}} src={'https://img.icons8.com/fluency/2x/android-os.png'} alt={''}/>
</div>
<div className="button-glass" style={{display: 'block', margin: '10px', padding: '5px 10px'}}
onClick={() => {
//open GitHub releases
window.open('https://github.com/legendsayantan/autoreact/releases')
}}>
<img style={{height: '50px'}}
src={'https://www.freepnglogos.com/uploads/google-chrome-png-logo/google-chrome-logo-png-0.png'}/>
src={'https://www.freepnglogos.com/uploads/google-chrome-png-logo/google-chrome-logo-png-0.png'} alt={''}/>
</div>
</div>
<div style={{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Screenery.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function Screenery({shown, goBack}) {
//download file from GitHub
window.open('https://github.com/legendsayantan/Screenery/blob/master/app/release/app-release.apk?raw=true')
}}>
<img style={{height: '50px'}} src={'https://img.icons8.com/fluency/2x/android-os.png'}/>
<img style={{height: '50px'}} src={'https://img.icons8.com/fluency/2x/android-os.png'} alt={''}/>
</div>
</div>
<div style={{
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Webmimic.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ function Webmimic({shown, goBack}) {
//download file from GitHub
window.open('https://github.com/legendsayantan/Autoreact/blob/master/app/release/app-release.apk?raw=true')
}}>
<img style={{height: '50px'}} src={'https://img.icons8.com/fluency/2x/android-os.png'}/>
<img style={{height: '50px'}} src={'https://img.icons8.com/fluency/2x/android-os.png'} alt={''}/>
</div>
<div className="button-glass" style={{display: 'block', margin: '10px', padding: '5px 10px'}}
onClick={() => {
//open GitHub releases
window.open('https://github.com/legendsayantan/autoreact/releases')
}}>
<img style={{height: '50px'}}
src={'https://www.freepnglogos.com/uploads/google-chrome-png-logo/google-chrome-logo-png-0.png'}/>
src={'https://www.freepnglogos.com/uploads/google-chrome-png-logo/google-chrome-logo-png-0.png'} alt={''}/>
</div>
</div>
<div style={{
Expand Down
5 changes: 2 additions & 3 deletions src/pages/Xcrypt.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import "./Pages.css"
import React from "react";
import doViaAdb, {getAdbModes} from "../js/adb";

function Xcrypt({shown, goBack}) {
return (
Expand Down Expand Up @@ -89,14 +88,14 @@ function Xcrypt({shown, goBack}) {
//download file from GitHub
window.open('https://github.com/legendsayantan/Xcrypt/blob/master/app/release/app-release.apk?raw=true')
}}>
<img style={{height: '50px'}} src={'https://img.icons8.com/fluency/2x/android-os.png'}/>
<img style={{height: '50px'}} src={'https://img.icons8.com/fluency/2x/android-os.png'} alt={''}/>
</div>
<div className="button-glass" style={{display: 'block', margin: '10px', padding: '5px 10px'}}
onClick={() => {
//open GitHub releases
window.open('https://github.com/legendsayantan/xcrypt-windows/releases')
}}>
<img style={{height: '50px'}} src={'https://img.icons8.com/color/2x/windows-10.png'}/>
<img style={{height: '50px'}} src={'https://img.icons8.com/color/2x/windows-10.png'} alt={''}/>
</div>
</div>
<div style={{
Expand Down

0 comments on commit 234f3a9

Please sign in to comment.