Merge pull request #421 from getmaxun/gh-stars
feat: remove star counter
This commit is contained in:
@@ -318,7 +318,14 @@ export const NavBar: React.FC<NavBarProps> = ({
|
|||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
</Modal>
|
</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={{
|
<IconButton onClick={handleMenuOpen} sx={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user