···8989 }}
9090 />
91919292- <Section tight title="How to get a users name">
9292+ <Section tight title="How to get a subreddit name">
9393 The name is the string with the leading <code className="break-all">r/</code>, such as <code>r/wamellow</code>.
9494 <br />
9595 <br />
···77import DumbTextInput from "@/components/inputs/dumb-text-input";
88import SelectMenu from "@/components/inputs/select-menu";
99import Modal from "@/components/modal";
1010+import { Section } from "@/components/section";
1011import TutorialPic from "@/public/docs-assets/notifications-channel-urls.webp";
1112import { type ApiV1GuildsModulesNotificationsGetResponse, NotificationType } from "@/typings";
1213import { createSelectableItems } from "@/utils/create-selectable-items";
···9091 }}
9192 />
92939393- <div className="mt-4">
9494- <span className="text-lg dark:text-neutral-300 text-neutral-700 font-medium">How to get a streamer's username</span>
9494+ <Section tight title="How to get a usersname">
9595 <Image
9696 alt="How to get a Creator's @handle, id or URL"
9797 className="rounded-md"
9898 src={TutorialPic}
9999 />
100100- </div>
101101-100100+ </Section>
102101 </Modal>
103102 </>);
104103}
···77import DumbTextInput from "@/components/inputs/dumb-text-input";
88import SelectMenu from "@/components/inputs/select-menu";
99import Modal from "@/components/modal";
1010+import { Section } from "@/components/section";
1011import TutorialPic from "@/public/docs-assets/notifications-channel-urls.webp";
1112import { type ApiV1GuildsModulesNotificationsGetResponse, NotificationType } from "@/typings";
1213import { createSelectableItems } from "@/utils/create-selectable-items";
···99100 }}
100101 />
101102102102- <div className="mt-4">
103103- <span className="text-lg dark:text-neutral-300 text-neutral-700 font-medium">How to get a channel's @handle or Id</span>
103103+ <Section tight title="How to get a usersname">
104104 <Image
105105 alt="How to get a Creator's @handle, id or URL"
106106 className="rounded-md"
107107 src={TutorialPic}
108108 />
109109- </div>
110110-109109+ </Section>
111110 </Modal>
112111 </>);
113112}