More formatting on results
This commit is contained in:
parent
b834958eeb
commit
282c74cb32
14
src/App.js
14
src/App.js
@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
Heading, Text, Spinner, Link,
|
Heading, Text, Spinner, Link, Strong,
|
||||||
IconButton, StarIcon, Pane, TextInput,
|
IconButton, StarIcon, Pane, TextInput,
|
||||||
ListItem, UnorderedList,
|
ListItem, UnorderedList,
|
||||||
EditIcon, LockIcon, PhoneIcon, ApplicationIcon
|
EditIcon, LockIcon, PhoneIcon, ApplicationIcon
|
||||||
@ -90,16 +90,20 @@ class Form extends React.Component {
|
|||||||
<h3>details for "{name}"</h3>
|
<h3>details for "{name}"</h3>
|
||||||
<UnorderedList size={500}>
|
<UnorderedList size={500}>
|
||||||
<ListItem icon={EditIcon}>
|
<ListItem icon={EditIcon}>
|
||||||
Notes: <Link href="https://pad.riseup.net/p/{name}">https://pad.riseup.net/p/{name}</Link>
|
<Strong>Notes</Strong>: <br/>
|
||||||
|
<Link href="https://pad.riseup.net/p/{name}">https://pad.riseup.net/p/{name}</Link>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem icon={ApplicationIcon}>
|
<ListItem icon={ApplicationIcon}>
|
||||||
Computer / app: <Link href="https://meet.jit.si/{name}">https://meet.jit.si/{name}</Link>
|
<Strong>Computer / app:</Strong><br/>
|
||||||
|
<Link href="https://meet.jit.si/{name}">https://meet.jit.si/{name}</Link>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem icon={PhoneIcon}>
|
<ListItem icon={PhoneIcon}>
|
||||||
Phone: {phone}
|
<Strong>Phone:</Strong><br/>
|
||||||
|
{phone}
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem icon={LockIcon}>
|
<ListItem icon={LockIcon}>
|
||||||
PIN: {meetingid}
|
<Strong>PIN:</Strong><br/>
|
||||||
|
{meetingid}
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</UnorderedList>
|
</UnorderedList>
|
||||||
</Pane>
|
</Pane>
|
||||||
|
Loading…
Reference in New Issue
Block a user