Skip to content

Commit 85d52a7

Browse files
authored
Merge pull request #33 from hellokaton/patch-1
fix: add HTTPS prefix to GitHub repository URL
2 parents 674da78 + a0546f1 commit 85d52a7

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)