Skip to content

Commit

Permalink
refactor: stop using wikimedia icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Apr 1, 2023
1 parent 299f537 commit 2b05fea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/background/notification.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export function showNotification(message: string): void {
chrome.notifications.create({
iconUrl:
"https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/1200px-Warning.svg.png",
iconUrl: "./assets/icon.png",
message,
title: "Mitaka",
type: "basic",
Expand Down

0 comments on commit 2b05fea

Please sign in to comment.