Skip to content

Commit

Permalink
new brochure
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Sep 18, 2023
1 parent ecaa7d4 commit a4920da
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added src/assets/images/CodeUtsava_Brochure_7.0.pdf
Binary file not shown.
Binary file removed src/assets/images/Codeutsava_Brochure_6.0.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import codeutsava from "../../assets/images/codeutsava.png";
import tcp from "../../assets/images/tcp.png";
import downArrow from "../../assets/images/downArrow.svg";
import feedBack from "../../assets/images/feedback.svg";
import brochure from "../../assets/images/Codeutsava_Brochure_6.0.pdf";
import brochure from "../../assets/images/CodeUtsava_Brochure_7.0.pdf";
import { motion } from "framer-motion";
import { headerVariants } from "../../motionUtils";

Expand Down
2 changes: 1 addition & 1 deletion src/components/navbarTeam/NavbarTeam.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import codeutsava from "../../assets/images/codeutsava.png";
import tcp from "../../assets/images/tcp.png";
import downArrow from "../../assets/images/downArrow.svg";
import feedBack from "../../assets/images/feedback.svg";
import brochure from "../../assets/images/Codeutsava_Brochure_6.0.pdf";
import brochure from "../../assets/images/CodeUtsava_Brochure_7.0.pdf";
import { motion } from "framer-motion";
import { headerVariants } from "../../motionUtils";
import { Link } from "react-router-dom";
Expand Down

0 comments on commit a4920da

Please sign in to comment.