From b9f0635d9fcc764c7ee188c95ce59ac358f735cf Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 1 Apr 2023 14:17:05 +0200 Subject: [PATCH] feat: rename link share hash prefix --- src/helpers/linkShareHash.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/linkShareHash.ts b/src/helpers/linkShareHash.ts index 707c450f9..eff521d05 100644 --- a/src/helpers/linkShareHash.ts +++ b/src/helpers/linkShareHash.ts @@ -1 +1 @@ -export const LINK_SHARE_HASH_PREFIX = '#linkshare=' +export const LINK_SHARE_HASH_PREFIX = '#share='