Skip to content

Commit afcef3a

Browse files
author
Sharon
committed
change text on event form
1 parent 601b953 commit afcef3a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/events/EventForm.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ export default function NewEventPage({ tags }) {
7474

7575
try {
7676
const { event, error, message } = await importEventFromUrl(url)
77-
console.log({event})
78-
console.log({error})
7977
if (error) {
8078
throw new Error(error)
8179
}
@@ -332,7 +330,7 @@ export default function NewEventPage({ tags }) {
332330
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
333331
<div>
334332
<label htmlFor="external_link" className="block text-sm font-semibold mb-1">
335-
Registration/Ticket Link
333+
Link to Event Page
336334
</label>
337335
<input
338336
type="url"

0 commit comments

Comments
 (0)