Skip to content

Commit 8a80cfb

Browse files
fix(create-url-dialog): typo in preview link
Correcting a typo in the preview section of create-url-dialog file
1 parent 7e76ef9 commit 8a80cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/create-url-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export function CreateUrlDialog({
112112
<p className="text-xs">Preview: </p>
113113
<div className="text-sm p-4 border rounded-md border-border mb-4 mt-1 flex flex-col gap-1 bg-muted/50 text-muted-foreground">
114114
<p className="font-mono mx-auto">
115-
https://${env.NEXT_PUBLIC_DOMAIN}/
115+
https://{env.NEXT_PUBLIC_DOMAIN}/
116116
{isRandom ? (
117117
<RandomText generate={randomCode} />
118118
) : (

0 commit comments

Comments
 (0)