chore: update slash description

This commit is contained in:
Steven
2023-07-27 19:59:49 +08:00
parent 6bbf2df8e0
commit 72106d13de
7 changed files with 28 additions and 10 deletions

View File

@@ -299,7 +299,7 @@ const CreateShortcutDialog: React.FC<Props> = (props: Props) => {
<Input
className="w-full"
type="text"
placeholder="Slash - A bookmarking and url shortener"
placeholder="Slash - An open source, self-hosted bookmarks and link sharing solution"
size="sm"
value={state.shortcutCreate.openGraphMetadata.title}
onChange={handleOpenGraphMetadataTitleChange}
@@ -309,7 +309,7 @@ const CreateShortcutDialog: React.FC<Props> = (props: Props) => {
<span className="mb-2 text-sm">Description</span>
<Textarea
className="w-full"
placeholder="A bookmarking and url shortener, save and share your links very easily."
placeholder="An open source, self-hosted bookmarks and link sharing solution."
size="sm"
maxRows={3}
value={state.shortcutCreate.openGraphMetadata.description}