ashutosh1919 / masterPortfolio

🔥 The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.

Home Page:https://ashutoshhathidara.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In Search box type open source it shows the page

rajesh9943 opened this issue · comments

Open Source remove from header but , In Search box type open source it shows the page ,

How did you remove the open source page? I mean what code did you remove, did you just remove the opensource tab from nav bar? @rajesh1421

In Header.js file
{/


  • <NavLink
    to="/opensource"
    tag={Link}
    activeStyle={{ fontWeight: "bold" }}
    style={{ color: theme.text }}
    onMouseEnter={(event) => onMouseEnter(event, theme.highlight)}
    onMouseOut={(event) => onMouseOut(event)}
    >
    Open Source

  • /}
    I use {/___/} this comment tag sir.

    Got it.

    So this will basically remove the opensource tab from navbar only.

    If you want to remove it completely.

    Go to /src/containers/Main.js and comment out lines 44 to 49. Then you won't be able to access it from search bar as well.

    Let me know if you face any issues @rajesh1421

    Thank you sir , It's working