Skip to content

Commit

Permalink
Merge pull request #536 from DikshaDhasmana/Diksha
Browse files Browse the repository at this point in the history
Drive links replaced
  • Loading branch information
namespace-admin authored Jul 16, 2024
2 parents cc22bdb + b8bce55 commit 1114d47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Pages/AllTeams/AllTeams.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function AllTeams() {

<div className="flex items-center justify-center">
<a
href="https://drive.google.com/file/d/1zvfboD5gVlyCwf3LVGRGYaqpwe2MtPLC/view"
href="https://drive.google.com/file/d/15nEWZGLarBacck4u7F8MUoJ_0YyV5EuG/view"
target="_blank"
rel="noreferrer"
>
Expand All @@ -81,15 +81,15 @@ function AllTeams() {

<div className="flex items-center justify-center">
<a
href="https://drive.google.com/file/d/1gnPXTsHmbl0s8gTNkrzLRy8dZFxZ77eV/view"
href="https://drive.google.com/file/d/1Q7mriaawFWWKyiOmUVOGInszPCgQoVl5/view"
target="_blank"
rel="noreferrer"
>
<button
type="button"
className="text-white mt-1 bg-blue-700 font-medium rounded-lg text-sm px-8 py-2.5 text-center mr-0 mb-2"
>
Position Holders 2023-24
Position Holders 2024-25
</button>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export const members = [
},

{
name: "Vang Garg",
name: "Vansh Garg",
image: "https://res.cloudinary.com/dyfhx6mqp/image/upload/v1720980985/Vansh_Garg_aqqpmv.jpg",
position: "Junior Council",
github: "https://github.com/VANSHG2005",
Expand Down

0 comments on commit 1114d47

Please sign in to comment.