Skip to content

Commit d2fbfb0

Browse files
committed
feat: link version badge to GitHub release
1 parent 0ee60bc commit d2fbfb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ export default function LandingPage() {
116116

117117
{/* Left — text */}
118118
<div className="px-6 pb-16 pt-20 md:pb-24 md:pt-28" style={{ borderRight: "none" }}>
119-
<div className="ld-up mb-6 inline-block border px-3 py-1 text-xs font-bold tracking-widest uppercase" style={{ animationDelay: "0.1s", color: "var(--ss-primary)", borderColor: "var(--ss-primary)" }}>
120-
V0.1.50
121-
</div>
119+
<Link href="https://github.com/frectonz/sql-studio/releases/tag/0.1.50" className="ld-up mb-6 inline-block border px-3 py-1 text-xs font-bold tracking-widest" style={{ animationDelay: "0.1s", color: "var(--ss-primary)", borderColor: "var(--ss-primary)" }} target="_blank" rel="noopener noreferrer">
120+
v0.1.50
121+
</Link>
122122

123123
<h1 className="ld-up font-black text-6xl sm:text-7xl md:text-8xl lg:text-9xl" style={{ animationDelay: "0.2s", lineHeight: 0.85, letterSpacing: "-0.04em" }}>
124124
SQL<br /><span style={{ color: "var(--ss-primary)" }}>Studio</span>

0 commit comments

Comments
 (0)