chore: tweak description

This commit is contained in:
Steven
2024-08-22 06:18:44 +08:00
parent 1ee13c6859
commit 966e1d9ce3
8 changed files with 11 additions and 9 deletions

View File

@ -339,7 +339,7 @@ const CreateShortcutDrawer: React.FC<Props> = (props: Props) => {
<Input
className="w-full"
type="text"
placeholder="Slash - An open source, self-hosted links shortener and sharing platform"
placeholder="Slash - An open source, self-hosted platform for sharing and managing your most frequently used links"
size="sm"
value={state.shortcutCreate.ogMetadata?.title}
onChange={handleOpenGraphMetadataTitleChange}
@ -349,7 +349,7 @@ const CreateShortcutDrawer: React.FC<Props> = (props: Props) => {
<span className="mb-2 text-sm">Description</span>
<Textarea
className="w-full"
placeholder="An open source, self-hosted links shortener and sharing platform."
placeholder="An open source, self-hosted platform for sharing and managing your most frequently used links."
size="sm"
maxRows={3}
value={state.shortcutCreate.ogMetadata?.description}