Skip to content

Commit

Permalink
Merge pull request #188 from niri-la/fix-guideline-link
Browse files Browse the repository at this point in the history
fix: guideline link was outdated
  • Loading branch information
Sayamame-beans authored May 15, 2024
2 parents e1c67b5 + 14d96c9 commit 0cefba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkVisitorDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function showMenu(ev) {
text: 'NSFWガイドライン',
icon: 'ti ti-notebook',
action: () => {
window.open('https://kinel.notion.site/NSFW-39a3f0c8708e4e2594594a1c88099fe3', '_blank', 'noopener');
window.open('https://kinel.notion.site/NSFW-2024-5-1-f926e4bcff3f41c499ccd6ff13b2c4f2', '_blank', 'noopener');
},
}, { type: 'divider' }, {
text: i18n.ts.help,
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/ui/_common_/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function openInstanceMenu(ev: MouseEvent) {
text: 'NSFWガイドライン',
icon: 'ti ti-notebook',
action: () => {
window.open('https://kinel.notion.site/NSFW-39a3f0c8708e4e2594594a1c88099fe3', '_blank', 'noopener');
window.open('https://kinel.notion.site/NSFW-2024-5-1-f926e4bcff3f41c499ccd6ff13b2c4f2', '_blank', 'noopener');
},
}, { type: 'divider' }, {
text: i18n.ts.help,
Expand Down

0 comments on commit 0cefba1

Please sign in to comment.