We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e14f5 commit bda0db5Copy full SHA for bda0db5
packages/web/src/components/embed/EmbedBadgeInput.tsx
@@ -120,7 +120,6 @@ export function EmbedBadgeInput() {
120
<Input
121
placeholder="org/repo or GitHub URL"
122
value={repoInput}
123
- type="url"
124
className="border-0 bg-transparent px-3 text-base shadow-none"
125
onChange={(e) => {
126
const newValue = e.target.value;
packages/web/src/components/repos/SubscribePublicRepo.tsx
@@ -155,7 +155,6 @@ export function SubscribePublicRepo() {
155
156
value={field.state.value}
157
onBlur={field.handleBlur}
158
159
160
161
field.handleChange(newValue);
0 commit comments