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 {
|
||||
Heading, Text, Spinner, Link,
|
||||
Heading, Text, Spinner, Link, Strong,
|
||||
IconButton, StarIcon, Pane, TextInput,
|
||||
ListItem, UnorderedList,
|
||||
EditIcon, LockIcon, PhoneIcon, ApplicationIcon
|
||||
@ -90,16 +90,20 @@ class Form extends React.Component {
|
||||
<h3>details for "{name}"</h3>
|
||||
<UnorderedList size={500}>
|
||||
<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 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 icon={PhoneIcon}>
|
||||
Phone: {phone}
|
||||
<Strong>Phone:</Strong><br/>
|
||||
{phone}
|
||||
</ListItem>
|
||||
<ListItem icon={LockIcon}>
|
||||
PIN: {meetingid}
|
||||
<Strong>PIN:</Strong><br/>
|
||||
{meetingid}
|
||||
</ListItem>
|
||||
</UnorderedList>
|
||||
</Pane>
|
||||
|
Loading…
Reference in New Issue
Block a user