Skip to content

Commit

Permalink
Merge pull request #320 from fastnlight0/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Dec 11, 2024
2 parents d1d8ba8 + 63123c5 commit c243dba
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()
? `//sentinel.erwaysoftware.com/posts/aid/${this.id}`
? `//logs.sobotics.org/Natty/${this.id}.html`
: ''
);
}
Expand Down

0 comments on commit c243dba

Please sign in to comment.