Skip to content

Commit 0ca99e6

Browse files
committed
fix: type=url limitation
1 parent 99e14f5 commit 0ca99e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/web/src/components/embed/EmbedBadgeInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ export function EmbedBadgeInput() {
120120
<Input
121121
placeholder="org/repo or GitHub URL"
122122
value={repoInput}
123-
type="url"
124123
className="border-0 bg-transparent px-3 text-base shadow-none"
125124
onChange={(e) => {
126125
const newValue = e.target.value;

0 commit comments

Comments
 (0)