mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-06-06 18:45:03 +00:00
Replace gh developer url with gh source code url
This commit is contained in:
parent
410a92d527
commit
4f555c8e21
@ -22,7 +22,7 @@
|
|||||||
const APP_INFO = {
|
const APP_INFO = {
|
||||||
name: "NeoHtop",
|
name: "NeoHtop",
|
||||||
developer: "Abdenasser",
|
developer: "Abdenasser",
|
||||||
github: "https://github.com/abdenasser",
|
github: "https://github.com/Abdenasser/neohtop",
|
||||||
stack: ["Tauri", "Rust", "Svelte", "TypeScript"],
|
stack: ["Tauri", "Rust", "Svelte", "TypeScript"],
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -82,7 +82,7 @@
|
|||||||
<span class="value">{APP_INFO.name}</span>
|
<span class="value">{APP_INFO.name}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="detail-row">
|
<div class="detail-row">
|
||||||
<span class="label">developer</span>
|
<span class="label">source</span>
|
||||||
<span class="separator">::</span>
|
<span class="separator">::</span>
|
||||||
<a
|
<a
|
||||||
href={APP_INFO.github}
|
href={APP_INFO.github}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user