Skip to content

Commit 1b1c870

Browse files
author
nicosammito
committed
feat: refine slug description formatting in ProjectSettingsGeneralView
1 parent fe6a204 commit 1b1c870

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/packages/ce/src/project/views/ProjectSettingsGeneralView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import React, {startTransition} from "react";
44
import {
5-
Badge,
65
Button,
76
Card,
87
Flex,
@@ -101,7 +100,8 @@ export const ProjectSettingsGeneralView: React.FC = () => {
101100
<Flex style={{gap: ".35rem", flexDirection: "column"}}>
102101
<Text size={"md"} hierarchy={"primary"}>Slug</Text>
103102
<Text size={"md"} hierarchy={"tertiary"}>
104-
Think of this as your project’s unique nickname in a web address. It helps distinguish this project from others when using URL-based connections (like REST flows).
103+
Think of this as your project’s unique nickname in a web address. It helps distinguish this
104+
project from others when using URL-based connections (like REST flows).
105105
</Text>
106106
</Flex>
107107
<TextInput miw={"200px"} {...inputs.getInputProps("slug")}/>

0 commit comments

Comments
 (0)