some styling for create link form

This commit is contained in:
Bruno Windels
2020-12-02 16:06:48 +01:00
parent 0fc203dff5
commit 36710eccc4
5 changed files with 45 additions and 13 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ function orderedUnique(array) {
}
export class Link {
static parseFragment(fragment) {
static parse(fragment) {
if (!fragment) {
return null;
}