Skip to content

Commit

Permalink
fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 11, 2025
1 parent de72a1a commit dc227e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/feature-request-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
import { Textarea } from "./ui/textarea";
import * as VisuallyHidden from "@radix-ui/react-visually-hidden";

const PREPEND_TEXT = "@open_crosspost !submit";
const PREPEND_TEXT = "!submit @open_crosspost";

export function RequestFeatureButton({ post }) {
const [isModalOpen, setIsModalOpen] = useState(false);
Expand Down

0 comments on commit dc227e4

Please sign in to comment.