Skip to content

Commit d746772

Browse files
authored
Merge pull request #53 from intelowlproject/abhk/fix-link
fix: broken link for gh stars
2 parents c7c7376 + c33dd80 commit d746772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Home() {
2727
<div className="flex flex-row w-full h-14 items-center justify-center space-x-6">
2828
{" "}
2929
<a
30-
href="https://github.com/intelowlproject/IntelOwl/star"
30+
href="https://github.com/intelowlproject/intelowl/stargazers"
3131
className="transform transition-transform duration-3 hover:scale-105 inline-flex justify-between items-center py-1 px-1 pr-4 mb-7 text-sm text-gray-700 bg-gray-100 rounded-full dark:bg-gray-800 dark:text-white hover:bg-gray-200 dark:hover:bg-gray-700"
3232
role="alert"
3333
>

0 commit comments

Comments
 (0)