Skip to content

Commit

Permalink
Images Links Added to Teams Card
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeVenturer committed Oct 29, 2023
1 parent 2b01f32 commit 87e0f43
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="icon" type="image/x-icon" href="./src/assets/gdsc-logo.png">
<meta
name="description"
content="Web site created using create-react-app"
/>
<title>React App</title>
<title>GDSC AEC</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/components/team/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export default function Card({
twitter,
colour,
}) {
console.log(image);
console.log(colour);
// console.log(image);
// console.log(colour);
const className = `flex flex-col m-6 justify-center gap-2 items-center shadow-[0px_0px_15px_2px_rgba(0,0,0,0.17)] border-b-8 border-b-[${colour}] border-solid
w-[18rem] h-[22rem] shrink-0`;

Expand Down

0 comments on commit 87e0f43

Please sign in to comment.