File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -977,7 +977,7 @@ const CommunityEvents = () => {
977977 </ div >
978978
979979 < div >
980- < label className = "block text-sm font-medium text-gray-700 mb-2" > Start Date & Time ( UTC ) * < / label >
980+ < label className = "block text-sm font-medium text-gray-700 mb-2" > Start Date & Time * </ label >
981981 < input
982982 type = "datetime-local"
983983 required
@@ -986,12 +986,12 @@ const CommunityEvents = () => {
986986 className = "w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500"
987987 />
988988 < p className = "text-xs text-gray-500 mt-1" >
989- Start time of the entire event in UTC (use the 'timeslots' field for granular scheduling)
989+ Start time of the entire event (use the 'timeslots' field for granular scheduling)
990990 </ p >
991991 </ div >
992992
993993 < div >
994- < label className = "block text-sm font-medium text-gray-700 mb-2" > End Date & Time ( UTC ) * < / label >
994+ < label className = "block text-sm font-medium text-gray-700 mb-2" > End Date & Time * </ label >
995995 < input
996996 type = "datetime-local"
997997 required
@@ -1000,7 +1000,7 @@ const CommunityEvents = () => {
10001000 className = "w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500"
10011001 />
10021002 < p className = "text-xs text-gray-500 mt-1" >
1003- End time of the entire event in UTC (use the 'timeslots' field for granular scheduling)
1003+ End time of the entire event (use the 'timeslots' field for granular scheduling)
10041004 </ p >
10051005 </ div >
10061006 </ div >
You can’t perform that action at this time.
0 commit comments