Skip to content

Commit

Permalink
Update Sai Ankit Image
Browse files Browse the repository at this point in the history
  • Loading branch information
saiankit committed Oct 6, 2021
1 parent b1830b3 commit a2602b2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions components/events/EventCard.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';

function EventCard() {
return <div />;
}

export default EventCard;
2 changes: 1 addition & 1 deletion components/team/Team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function Team() {
<div className="grid-cols-1 md:flex gap-16 justify-center items-center">
<TeamItem
dev
url="/Sai Ankit DSC.png"
url="/Sai Ankit DSC.jpg"
name="Sai Ankit"
position="Lead"
github="https://github.com/saiankit"
Expand Down
1 change: 1 addition & 0 deletions pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ export default function Home() {
<AboutUs />
</div>
</motion.div>

);
}
Binary file added public/Sai Ankit DSC.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/Sai Ankit DSC.png
Binary file not shown.

1 comment on commit a2602b2

@vercel
Copy link

@vercel vercel bot commented on a2602b2 Oct 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/dsc-bits-hyd/settings/billing.

Please sign in to comment.