Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnkw committed Jun 19, 2024
1 parent 16ddbef commit b4c35dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/About/Toolstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import { Col, Row } from "react-bootstrap";
import { SiGithub, SiGooglechrome, SiBrave } from "react-icons/si";

function Toolstack() {
let date = new Date();
let timestamp = '?v=' + new Date().getTime();
let year = date.getFullYear();
return (
<Row style={{ justifyContent: "center", paddingBottom: "50px" }}>
<Col xs={4} md={2} className="tech-icons">
Expand Down

0 comments on commit b4c35dc

Please sign in to comment.