Skip to content

Commit

Permalink
fix: bring back Sentinel URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Mar 3, 2025
1 parent 3a3d587 commit ab011c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UserscriptTools/NattyApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class NattyAPI extends Reporter {
public override getIcon(): HTMLDivElement {
return this.createBotIcon(
this.wasReported()
? `//logs.sobotics.org/Natty/${this.id}.html`
? `//sentinel.sobotics.org/posts/aid/${this.id}`
: ''
);
}
Expand Down

0 comments on commit ab011c3

Please sign in to comment.