mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
groups: allow line breaks in description prompt
This commit is contained in:
parent
36adf996e0
commit
aaf3cbee23
@ -1,6 +1,7 @@
|
||||
import React, { useEffect, useMemo } from "react";
|
||||
import { Association } from "~/types/metadata-update";
|
||||
import { Box, Text, Button, Col, Center } from "@tlon/indigo-react";
|
||||
import RichText from '~/views/components/RichText';
|
||||
import { Link, useHistory } from "react-router-dom";
|
||||
import GlobalApi from "~/logic/api/global";
|
||||
import { useWaitForProps } from "~/logic/lib/useWaitForProps";
|
||||
@ -84,7 +85,7 @@ export function UnjoinedResource(props: UnjoinedResourceProps) {
|
||||
<Text>{title}</Text>
|
||||
</Box>
|
||||
<Box mb={4}>
|
||||
<Text color="gray">{description}</Text>
|
||||
<RichText color="gray">{description}</RichText>
|
||||
</Box>
|
||||
<StatelessAsyncButton onClick={onJoin} mx="auto" border>
|
||||
Join Channel
|
||||
|
Loading…
Reference in New Issue
Block a user