Skip to content

Commit

Permalink
Hide unimplemented navbar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
colbychaskell committed Oct 3, 2024
1 parent 8cf11ef commit 0d5b197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const Navbar = (props: { isVisible: Boolean }) => {
<a href="#" className="px-1 hover:text-[#ffbd5e] hover:bg-[#ffbd5e] hover:bg-opacity-10">Colby Haskell</a>
<div className="sm:flex flex-row hidden">
<NavbarLink text="portfolio" to="#portfolio" />
<NavbarLink text="blog" to="#blog" />
<NavbarLink text="contact" to="#contact" />
{/* <NavbarLink text="blog" to="#blog" /> */}
{/* <NavbarLink text="contact" to="#contact" /> */}
</div>
</div>
</motion.nav>
Expand Down
1 change: 0 additions & 1 deletion src/components/Portfolio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { textVariant } from "../utils/motion";
import NTT from '../assets/NTTBackground.png';
import TrainIcon from '../assets/TrainIcon.png';
import CesiumAstro from '../assets/Cesium.png';
import Stars from '../assets/Stars.webp';
import Draper from '../assets/Draper.png';
import IPhone from "./mockup/iPhone";
import BetterBrewsScreen from "../assets/BetterBrewsScreen.png"
Expand Down

0 comments on commit 0d5b197

Please sign in to comment.