change text

This commit is contained in:
CHIEFSOFT\ameye
2025-02-01 20:50:20 -05:00
parent 1ccbe024b8
commit 1f6d18430a
3 changed files with 10 additions and 8 deletions
+5 -5
View File
@@ -7,11 +7,11 @@
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
/*@media (prefers-reduced-motion: no-preference) {*/
/* .App-logo {*/
/* animation: App-logo-spin infinite 20s linear;*/
/* }*/
/*}*/
.App-header {
background-color: #282c34;
+5 -3
View File
@@ -1,13 +1,15 @@
import logo from './logo.svg';
import logo2 from './digifi-400x200.png';
import './App.css';
function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<img src={logo2} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
digiFi - Banking Offers Emulator Systems.
</p>
<a
className="App-link"
@@ -15,7 +17,7 @@ function App() {
target="_blank"
rel="noopener noreferrer"
>
Learn React
Get Started
</a>
</header>
</div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB