Replace gh developer url with gh source code url

This commit is contained in:
Julian Hasreiter 2024-11-06 21:09:59 +01:00 committed by GitHub
parent 410a92d527
commit 4f555c8e21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}