We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792d426 commit fb698dbCopy full SHA for fb698db
lunaria/components.ts
@@ -25,7 +25,7 @@ export function TranslationNeedsReview() {
25
<need-review-element></need-review-element>
26
<script nonce="abc123">
27
class NeedReviewElement extends HTMLElement {
28
- url = 'https://api.github.com/repos/tauri-apps/tauri-docs/pulls?state=open&per_page=100';
+ url = 'https://api.github.com/repos/tauri-apps/tauri-docs/pulls?state=open&per_page=100&base=v2';
29
constructor() {
30
super();
31
0 commit comments