Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions packages/known-publishers/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import wooColor from "./icons/color/woo.svg";
import ltpDark from "./icons/dark/ltp.svg";
import ltpLight from "./icons/light/ltp.svg";
import alenoMonochrome from "./icons/monochrome/aleno.svg";
import alphanonce from "./icons/monochrome/alphanonce.svg";
import blocksize from "./icons/monochrome/blocksize.svg";
import elfomo from "./icons/monochrome/elfomo.svg";
import finazonMonochrome from "./icons/monochrome/finazon.svg";
Expand Down Expand Up @@ -77,6 +78,12 @@ export const knownPublishers = {
monochrome: alenoMonochrome,
},
},
"2mTD1b3ZG3YL86DgnPm4hwEQQZPej8D6Vb4pRso1RFJi": {
name: "Alphanonce",
icon: {
monochrome: alphanonce,
},
},
} as const;

export const lookup = (value: string) =>
Expand Down