Skip to content

Commit

Permalink
Update CV drive_url
Browse files Browse the repository at this point in the history
  • Loading branch information
john-papani committed Mar 6, 2024
1 parent c697e32 commit 6101415
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Components/About/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Card, CardContent, Grid, Typography, Button } from "@mui/material";
import React, { useRef } from "react";
import { useStyles } from "./aboutStyle";


const About = ({ isPhone }) => {
const classes = useStyles();
const aboutRef = useRef(null);
Expand Down Expand Up @@ -93,7 +92,7 @@ const About = ({ isPhone }) => {
// onClick={handleOpenModal}
onClick={() =>
window.open(
"https://drive.google.com/file/d/1-vhrJ6WVxxCxxzNeKxmEsrxt5rUpPs7T/view?usp=sharing",
"https://drive.google.com/file/d/1T8J9OJs3POiJ7G-gyazQqPUFUfDDqOfq/view?usp=sharing",
"_blank"
)
}
Expand Down

0 comments on commit 6101415

Please sign in to comment.