File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clientv2/src/pages/student Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export function StudentHomePage() {
103
103
}
104
104
105
105
function isValidLinkedInProfile ( url ?: string ) {
106
- const linkedinProfilePattern = / ^ h t t p ( s ) ? : \/ \/ ( w w w \. ) ? l i n k e d i n \. c o m \/ i n \/ [ a - z A - Z 0 - 9 - ] + \/ ? $ / ;
106
+ const linkedinProfilePattern = / ^ h t t p s ? : \/ \/ ( w w w \. ) ? l i n k e d i n \. c o m \/ i n \/ [ a - z A - Z 0 - 9 - ] + \/ ? $ / ;
107
107
if ( ! url || url === '' ) {
108
108
return true ;
109
109
}
@@ -121,7 +121,7 @@ export function StudentHomePage() {
121
121
}
122
122
123
123
function isValidGithubProfile ( url ?: string ) {
124
- const githubProfilePattern = / ^ h t t p ( s ) ? : \/ \/ ( w w w \. ) ? g i t h u b \. c o m \/ [ a - z A - Z 0 - 9 - ] + \/ ? $ / ;
124
+ const githubProfilePattern = / ^ h t t p s ? : \/ \/ ( w w w \. ) ? g i t h u b \. c o m \/ [ a - z A - Z 0 - 9 - ] + \/ ? $ / ;
125
125
if ( ! url || url === '' ) {
126
126
return true ;
127
127
}
You can’t perform that action at this time.
0 commit comments