Skip to content

Commit f9ae169

Browse files
committed
update
1 parent e8937af commit f9ae169

File tree

1 file changed

+2
-2
lines changed
  • dashboard/log-analyzer/src/components/layout

1 file changed

+2
-2
lines changed

dashboard/log-analyzer/src/components/layout/Sidebar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default function Sidebar() {
7474
};
7575

7676
const handleProductHunt = () => {
77-
window.open('https://www.producthunt.com/posts/log-analyzer', '_blank');
77+
window.open('https://www.producthunt.com/posts/habitgo', '_blank');
7878
};
7979

8080
const handleGitHub = () => {
@@ -178,7 +178,7 @@ export default function Sidebar() {
178178
{/* Updated bottom section */}
179179
<div className="p-6 border-t border-gray-200 space-y-3">
180180
<a
181-
href="https://www.producthunt.com/posts/log-analyzer?utm_source=badge-featured"
181+
href="https://www.producthunt.com/posts/habitgo?utm_source=badge-featured"
182182
target="_blank"
183183
rel="noopener noreferrer"
184184
onClick={handleProductHunt}

0 commit comments

Comments
 (0)