update hover icon plugin name

This commit is contained in:
Dian 2025-02-20 19:16:54 +08:00
parent e64098814e
commit 5ca590fb7c

View file

@ -124,7 +124,7 @@ export default class NemesisPlugin extends Plugin {
);
const ribbonIconEl = this.addRibbonIcon(
"nemesisLogo",
"Sample Plugin",
"Hello Nemesis",
(evt: MouseEvent) => {
// Called when the user clicks the icon.
new Notice("Generating response!");