From 5ca590fb7ce161cfdf36141abc87593c6a58aa36 Mon Sep 17 00:00:00 2001 From: Dian Date: Thu, 20 Feb 2025 19:16:54 +0800 Subject: [PATCH] update hover icon plugin name --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 9b60236..a7dc8cf 100644 --- a/main.ts +++ b/main.ts @@ -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!");