File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import {
3030} from "@mui/material" ;
3131import { useGitHubAuth } from "../../hooks/useGitHubAuth" ;
3232import { useGitHubData } from "../../hooks/useGitHubData" ;
33- import { KeyIcon , GitBranchIcon } from "lucide-react" ;
33+ import { KeyIcon , GitBranch } from "lucide-react" ;
3434import "./Tracker.css" ;
3535
3636const 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."
You can’t perform that action at this time.
0 commit comments