From f03210b69d96684ceed8d4bef1b363d42f1f81ca Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Sun, 30 Jan 2022 19:04:54 -0800 Subject: [PATCH] Add logos to info dialog --- frontend/src/components/BookPage.js | 2 +- frontend/src/components/InfoDialog.js | 46 ++++++++++++++++++++++++--- 2 files changed, 43 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/BookPage.js b/frontend/src/components/BookPage.js index 6e1100c6..99382a3a 100644 --- a/frontend/src/components/BookPage.js +++ b/frontend/src/components/BookPage.js @@ -178,7 +178,7 @@ export default class BookPage extends Component { render() { return ( - + Order Book diff --git a/frontend/src/components/InfoDialog.js b/frontend/src/components/InfoDialog.js index 94b5f45e..f04ddf88 100644 --- a/frontend/src/components/InfoDialog.js +++ b/frontend/src/components/InfoDialog.js @@ -1,22 +1,60 @@ -import {Typography, DialogActions, DialogContent, Button } from "@mui/material" +import {Typography, DialogActions, DialogContent, Button, Grid} from "@mui/material" import React, { Component } from 'react' +import Image from 'material-ui-image' +import MediaQuery from 'react-responsive' +import { maxWidth, minWidth } from "@mui/system" export default class InfoDialog extends Component { render() { return (
- What is RoboSats? + + + + + What is RoboSats? + +

It is a BTC/FIAT peer-to-peer exchange over lightning.
It simplifies + matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.

+ +

RoboSats is an open source project (GitHub). +

+
+
+ + + +
+
+ + + What is RoboSats?

It is a BTC/FIAT peer-to-peer exchange over lightning. It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.

- +
+ +

RoboSats is an open source project (GitHub).

- +
+ How does it work?

AnonymousAlice01 wants to sell bitcoin. She posts a sell order.