Skip to content

Commit a0546f1

Browse files
authored
fix: add HTTPS prefix to GitHub repository URL
This change ensures the link works correctly when clicked and follows standard URL formatting conventions.
1 parent 674da78 commit a0546f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(marketing)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export default async function Home() {
248248
</div>
249249
<div className="flex flex-col lg:flex-row items-center justify-center gap-4 mt-12">
250250
<Link
251-
href="github.com/logging-stuff/retroui"
251+
href="https://github.com/logging-stuff/retroui"
252252
target="_blank"
253253
passHref
254254
>

0 commit comments

Comments
 (0)