diff --git a/public/favicon.ico b/public/favicon.ico index a11777cc..3738e2da 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index aa069f27..0cc5f319 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Haveno DEX diff --git a/public/manifest.json b/public/manifest.json index 080d6c77..90769dd2 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Haveno DEX", + "name": "Haveno Decentralized Exchange", "icons": [ { "src": "favicon.ico", diff --git a/src/App.css b/src/App.css index 74b5e053..f4e89f8a 100644 --- a/src/App.css +++ b/src/App.css @@ -7,14 +7,8 @@ pointer-events: none; } -@media (prefers-reduced-motion: no-preference) { - .App-logo { - animation: App-logo-spin infinite 20s linear; - } -} - .App-header { - background-color: #282c34; + background-color: rgb(38, 26, 43); min-height: 100vh; display: flex; flex-direction: column; @@ -27,12 +21,3 @@ .App-link { color: #61dafb; } - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} diff --git a/src/App.tsx b/src/App.tsx index d08ef77d..a2266f92 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import logo from './logo.svg'; +import logo from './logo.png'; import './App.css'; /** @@ -23,18 +23,18 @@ class App extends React.Component<{}, {daemonVersion: string}> {
logo

- Haveno daemon version: {this.state.daemonVersion} + Version {this.state.daemonVersion}

- Edit src/App.tsx and save to reload! + Coming soon...

- Learn React + Learn More
diff --git a/src/haveno-ui-poc.png b/src/haveno-ui-poc.png new file mode 100644 index 00000000..c4b0094b Binary files /dev/null and b/src/haveno-ui-poc.png differ diff --git a/src/logo.png b/src/logo.png new file mode 100644 index 00000000..45067473 Binary files /dev/null and b/src/logo.png differ diff --git a/src/logo.svg b/src/logo.svg deleted file mode 100644 index 9dfc1c05..00000000 --- a/src/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file