feat: remove star counter

This commit is contained in:
amhsirak
2025-01-30 18:20:27 +05:30
parent 8a37b4adc3
commit 3bc2376f15

View File

@@ -318,7 +318,14 @@ export const NavBar: React.FC<NavBarProps> = ({
)}
</Box>
</Modal>
<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>
{/* <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>*/}
<IconButton onClick={handleMenuOpen} sx={{
display: 'flex',
alignItems: 'center',