Skip to content

Commit 6e57c08

Browse files
authored
Merge pull request #421 from getmaxun/gh-stars
feat: remove star counter
2 parents 8a37b4a + 3bc2376 commit 6e57c08

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/dashboard/NavBar.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,14 @@ export const NavBar: React.FC<NavBarProps> = ({
318318
)}
319319
</Box>
320320
</Modal>
321-
<iframe src="https://ghbtns.com/github-btn.html?user=getmaxun&repo=maxun&type=star&count=true&size=large" frameBorder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
321+
{/* <iframe
322+
src="https://ghbtns.com/github-btn.html?user=getmaxun&repo=maxun&type=star&count=true&size=large"
323+
// frameBorder="0"
324+
// scrolling="0"
325+
// width="170"
326+
// height="30"
327+
// title="GitHub">
328+
// </iframe>*/}
322329
<IconButton onClick={handleMenuOpen} sx={{
323330
display: 'flex',
324331
alignItems: 'center',

0 commit comments

Comments
 (0)