Link best practices, and removed font for faster loading time
This commit is contained in:
@@ -54,6 +54,7 @@ Element makeShareLink(Element icon, String url) {
|
||||
..append(Element.a()
|
||||
..attributes['href'] = url
|
||||
..attributes['target'] = '_blank'
|
||||
..attributes['rel'] = 'noreferrer'
|
||||
..append(icon));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user