mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat(home): add live page on home
This commit is contained in:
@@ -43,8 +43,8 @@ export function removeHttpFromUrl(url: string): string {
|
||||
return url.replace(/^https?:/, '')
|
||||
}
|
||||
|
||||
export function openLinkToNewTab(url: string) {
|
||||
window.open(url, '_blank', 'noopener noreferrer')
|
||||
export function openLinkToNewTab(url: string, features: string = '') {
|
||||
window.open(url, '_blank', features)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user