Skip to content

Commit

Permalink
Update common.ts
Browse files Browse the repository at this point in the history
Missing '
  • Loading branch information
moyitpro authored Nov 17, 2023
1 parent 885e672 commit ad43428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/ui/_common_/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ export function openInstanceMenu(ev: MouseEvent) {
text: 'Blog',
icon: 'ph-newspaper-clipping ph-bold ph-lg',
action: () => {
window.open('https://blog.sakurajima.moe, '_blank');
window.open('https://blog.sakurajima.moe', '_blank');
},
},{

Check failure on line 69 in packages/frontend/src/ui/_common_/common.ts

View workflow job for this annotation

GitHub Actions / lint (frontend)

A space is required after ','
type: 'link',
text: 'Forums',
icon: 'ph-newspaper-clipping ph-bold ph-lg',
action: () => {
window.open('https://forums.sakurajima.moe, '_blank');
window.open('https://forums.sakurajima.moe', '_blank');
},
},{

Check failure on line 76 in packages/frontend/src/ui/_common_/common.ts

View workflow job for this annotation

GitHub Actions / lint (frontend)

A space is required after ','
type: 'link',
Expand Down

0 comments on commit ad43428

Please sign in to comment.