mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-06 21:22:36 +00:00
chore: tweak description
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user