We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a37b4a + 3bc2376 commit 6e57c08Copy full SHA for 6e57c08
src/components/dashboard/NavBar.tsx
@@ -318,7 +318,14 @@ export const NavBar: React.FC<NavBarProps> = ({
318
)}
319
</Box>
320
</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>
+ {/* <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>*/}
329
<IconButton onClick={handleMenuOpen} sx={{
330
display: 'flex',
331
alignItems: 'center',
0 commit comments