mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
refactor: completely remove ionic
This commit is contained in:
@@ -22,7 +22,7 @@ export class SafeLinksDirective implements AfterViewInit {
|
||||
.forEach(link => {
|
||||
link.target = '_blank'
|
||||
link.setAttribute('rel', 'noreferrer')
|
||||
link.classList.add('externalLink')
|
||||
link.classList.add('g-external-link')
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user