chore: rename prefix to /s

This commit is contained in:
Steven
2023-06-24 14:25:39 +08:00
parent 07814ef606
commit ffc546fa27
5 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ const ShortcutListView: React.FC<Props> = (props: Props) => {
};
const handleCopyButtonClick = (shortcut: Shortcut) => {
copy(absolutifyLink(`/o/${shortcut.name}`));
copy(absolutifyLink(`/s/${shortcut.name}`));
toast.success("Shortcut link copied to clipboard.");
};