Skip to content

Commit

Permalink
Updated image path
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastien committed May 14, 2024
1 parent 5b0488e commit 9c2c375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/plugin/src/app/settingTab/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class SettingsTab extends PluginSettingTab {
});
const imgEl = linkEl.createEl('img');
imgEl.src =
'https://github.com/dsebastien/obsidian-update-time/blob/master/apps/plugin/src/assets/buy-me-a-coffee.png?raw=true';
'https://github.com/dsebastien/obsidian-plugin-template/raw/main/apps/plugin/src/assets/buy-me-a-coffee.png';
imgEl.alt = 'Buy me a coffee';
imgEl.width = width;
}
Expand Down

0 comments on commit 9c2c375

Please sign in to comment.