Skip to content

Commit

Permalink
Version:1.0.8:Build
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLikesCoding committed Mar 14, 2024
1 parent 28607db commit ad5ec39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>I'm Sarath Peter</title>
<script type="module" crossorigin src="/assets/index-GVHWR1wz.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-72d0sz_q.css">
<script type="module" crossorigin src="./assets/index-GVHWR1wz.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-72d0sz_q.css">
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 0 additions & 1 deletion src/components/navbar/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { DateSticker } from './dateSticker';
export default function PageNav(props: any) {

const timestamp = DateSticker();

const [menuActive, setActive] = useState(false);
const clickHandle = () => setActive(!menuActive);

Expand Down

0 comments on commit ad5ec39

Please # to comment.