mirror of
https://github.com/adiguno/hello-nemesis.git
synced 2026-07-22 05:37:31 +00:00
update hover icon plugin name
This commit is contained in:
parent
e64098814e
commit
5ca590fb7c
1 changed files with 1 additions and 1 deletions
2
main.ts
2
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!");
|
||||
|
|
|
|||
Loading…
Reference in a new issue