File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 Ship more, faster, with every session at your fingertips.
1010</p >
1111
12+ <p align =" center " >
13+ <a href =" https://github.com/frenchie4111/harness/stargazers " >
14+ <img src="https://img.shields.io/github/stars/frenchie4111/harness?style=for-the-badge&logo=github&logoColor=white&color=f59e0b&labelColor=18181b&label=Please%20star%20us%20on%20GitHub" alt="Please star us on GitHub" />
15+ </a >
16+ </p >
17+
1218<p align =" center " >
1319 <a href =" https://harness.mikelyons.org/ " >Website</a > ·
1420 <a href =" https://github.com/frenchie4111/harness/releases/latest " >Download</a > ·
Original file line number Diff line number Diff line change @@ -107,6 +107,16 @@ export function Hero() {
107107 < ReplyCard src = "/screenshot-split-pane.png" alt = "Split pane feature" text = "added it" />
108108 </ LogoTip >
109109 </ div >
110+
111+ < div className = "mt-8 flex justify-center" >
112+ < a
113+ href = "https://github.com/frenchie4111/harness/stargazers"
114+ className = "inline-flex items-center gap-2 px-6 py-2.5 rounded-lg font-semibold text-amber-200 border border-amber-400/40 bg-amber-400/10 hover:bg-amber-400/20 hover:border-amber-400/60 hover:text-amber-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-amber-400/60 transition-colors"
115+ >
116+ < StarIcon />
117+ Please star us on GitHub
118+ </ a >
119+ </ div >
110120 </ section >
111121 )
112122}
@@ -293,6 +303,22 @@ function DownloadIcon() {
293303 )
294304}
295305
306+ function StarIcon ( ) {
307+ return (
308+ < svg
309+ className = "w-5 h-5"
310+ viewBox = "0 0 24 24"
311+ fill = "currentColor"
312+ stroke = "currentColor"
313+ strokeWidth = "1.5"
314+ strokeLinecap = "round"
315+ strokeLinejoin = "round"
316+ >
317+ < polygon points = "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2" />
318+ </ svg >
319+ )
320+ }
321+
296322function GitHubIcon ( ) {
297323 return (
298324 < svg
You can’t perform that action at this time.
0 commit comments