starlight_help/src/content/include/_InboxInstructions.mdx
import {Steps, TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import GoToInbox from "../include/_GoToInbox.mdx";
import ArrowDownIcon from "~icons/zulip-icon/arrow-down"; import InboxIcon from "~icons/zulip-icon/inbox";
<Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> <GoToInbox /> 1. Click on a conversation you're interested in to view it. You can return to
your **inbox** when done (e.g., by using the **back** button in your browser
or desktop app) to select the next conversation.
</FlattenedSteps>