We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c2a5e commit c33dd80Copy full SHA for c33dd80
src/app/page.tsx
@@ -27,7 +27,7 @@ export default function Home() {
27
<div className="flex flex-row w-full h-14 items-center justify-center space-x-6">
28
{" "}
29
<a
30
- href="https://github.com/intelowlproject/IntelOwl/star"
+ href="https://github.com/intelowlproject/intelowl/stargazers"
31
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"
32
role="alert"
33
>
0 commit comments