Skip to content

Commit

Permalink
update yarn packages and fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gnimnix committed May 19, 2024
1 parent a357435 commit e22e5ea
Show file tree
Hide file tree
Showing 2 changed files with 1,234 additions and 1,333 deletions.
2 changes: 1 addition & 1 deletion src/components/shared/NavBar.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* background-color: rgba(202, 202, 202, 0.2); */
import React, { useState } from "react";
import { useState } from "react";
import { Link } from "react-router-dom";
import styles from "css/shared/NavBar.module.css"; // Assuming you have CSS modules set up
import personLogo from "/person_logo.png";
Expand Down
Loading

0 comments on commit e22e5ea

Please sign in to comment.