Skip to content

Commit

Permalink
Revert "removed warnings, facebook should fix facebook/create-react-a…
Browse files Browse the repository at this point in the history
…pp#2453"

This reverts commit 234f3a9.
  • Loading branch information
legendsayantan committed Apr 25, 2023
1 parent a0ff2f2 commit 5c15fe8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/js/webadb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* 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'} alt={''}/>
<img style={{height: '50px'}} src={'https://img.icons8.com/fluency/2x/android-os.png'}/>
</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'} alt={''}/>
src={'https://www.freepnglogos.com/uploads/google-chrome-png-logo/google-chrome-logo-png-0.png'}/>
</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'} alt={''}/>
<img style={{height: '50px'}} src={'https://img.icons8.com/fluency/2x/android-os.png'}/>
</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'} alt={''}/>
<img style={{height: '50px'}} src={'https://img.icons8.com/fluency/2x/android-os.png'}/>
</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'} alt={''}/>
src={'https://www.freepnglogos.com/uploads/google-chrome-png-logo/google-chrome-logo-png-0.png'}/>
</div>
</div>
<div style={{
Expand Down
5 changes: 3 additions & 2 deletions src/pages/Xcrypt.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import "./Pages.css"
import React from "react";
import doViaAdb, {getAdbModes} from "../js/adb";

function Xcrypt({shown, goBack}) {
return (
Expand Down Expand Up @@ -88,14 +89,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'} alt={''}/>
<img style={{height: '50px'}} src={'https://img.icons8.com/fluency/2x/android-os.png'}/>
</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'} alt={''}/>
<img style={{height: '50px'}} src={'https://img.icons8.com/color/2x/windows-10.png'}/>
</div>
</div>
<div style={{
Expand Down

0 comments on commit 5c15fe8

Please sign in to comment.