Skip to content

Commit 4301b4d

Browse files
committed
chore: react-embed simplepdf.com
1 parent f6e066c commit 4301b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export const EmbedPDF: React.FC<Props> = (props) => {
190190
}, [url]);
191191

192192
const editorDomain = React.useMemo(
193-
() => `https://${companyIdentifier ?? "embed"}.simplepdf.eu`,
193+
() => `https://${companyIdentifier ?? "embed"}.simplepdf.com`,
194194
[companyIdentifier]
195195
);
196196

0 commit comments

Comments
 (0)