mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
Merge pull request #24 from Pinguin2001/main
fix: GitHub developer url not being clickable
This commit is contained in:
commit
dc07788f17
@ -22,7 +22,7 @@
|
||||
const APP_INFO = {
|
||||
name: "NeoHtop",
|
||||
developer: "Abdenasser",
|
||||
github: "https://github.com/abdenasser",
|
||||
github: "https://github.com/Abdenasser/neohtop",
|
||||
stack: ["Tauri", "Rust", "Svelte", "TypeScript"],
|
||||
};
|
||||
|
||||
@ -82,9 +82,17 @@
|
||||
<span class="value">{APP_INFO.name}</span>
|
||||
</div>
|
||||
<div class="detail-row">
|
||||
<span class="label">developer</span>
|
||||
<span class="label">source</span>
|
||||
<span class="separator">::</span>
|
||||
<span class="value">{APP_INFO.github}</span>
|
||||
<a
|
||||
href={APP_INFO.github}
|
||||
class="value"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
{APP_INFO.github}
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="detail-row">
|
||||
<span class="label">stack</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user