File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ <h1 style="text-align: center;">Your delegated links</h1>
69
69
{{#delegatedLinks}}
70
70
< tr id ="urldata-{{name}} ">
71
71
< td style ="text-align: center; "> < a id ="urldata-{{name}}-url " href ="{{url}} "> {{url}}</ a > </ td >
72
- < td style ="text-align: center; "> < a href ="{{baseURL}}/{{name}} "> {{baseURL}}/{{name}}</ a > </ td >
72
+ < td style ="text-align: center; "> < a href ="https:// {{baseURL}}/{{name}} "> {{baseURL}}/{{name}}</ a > </ td >
73
73
< td style ="text-align: center; "> < a > {{email}}</ a > </ td >
74
74
< td style ="text-align: center; "> < button type ="button " class ="btn btn-danger "
75
75
onclick ="handleRemove('{{name}}', '{{url}}') "> Remove Link</ button > < a > </ a > < button
@@ -83,4 +83,4 @@ <h1 style="text-align: center;">Your delegated links</h1>
83
83
84
84
</ body >
85
85
86
- </ html >
86
+ </ html >
You can’t perform that action at this time.
0 commit comments