Skip to content

Commit 7095620

Browse files
committed
fix: use correct lucide git branch icon
1 parent dcfac35 commit 7095620

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/Tracker/Tracker.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
} from "@mui/material";
3131
import { useGitHubAuth } from "../../hooks/useGitHubAuth";
3232
import { useGitHubData } from "../../hooks/useGitHubData";
33-
import { KeyIcon, GitBranchIcon } from "lucide-react";
33+
import { KeyIcon, GitBranch } from "lucide-react";
3434
import "./Tracker.css";
3535

3636
const ROWS_PER_PAGE = 10;
@@ -171,7 +171,7 @@ const Home: React.FC = () => {
171171
{/* ── Auth Form ── */}
172172
<div className="tracker-glass-card">
173173
<div className="tracker-section-label">
174-
<GitBranchIcon size={13} />
174+
<GitBranch size={13} />
175175
Authentication
176176
</div>
177177
<form onSubmit={handleSubmit}>
@@ -339,7 +339,7 @@ const Home: React.FC = () => {
339339
<TableRow>
340340
<TableCell colSpan={4} sx={{ border: "none !important" }}>
341341
<div className="tracker-empty-state">
342-
<GitBranchIcon size={40} />
342+
<GitBranch size={40} />
343343
<p>
344344
{username
345345
? "No results found. Try adjusting your filters."

0 commit comments

Comments
 (0)