chore: tweak words

This commit is contained in:
Steven
2024-03-18 10:07:02 +08:00
parent 3f7abce427
commit d837cbd0ff
7 changed files with 8 additions and 8 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 bookmarks and link sharing platform"
placeholder="Slash - An open source, self-hosted links shortener and sharing platform"
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 bookmarks and link sharing platform."
placeholder="An open source, self-hosted links shortener and sharing platform."
size="sm"
maxRows={3}
value={state.shortcutCreate.ogMetadata?.description}