Skip to content

Commit

Permalink
Merge pull request #25 from AI4Bharat/react-django
Browse files Browse the repository at this point in the history
Changed Colab Icon
  • Loading branch information
Shanks0465 authored Sep 3, 2024
2 parents fd967d8 + a359e0c commit 6727dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/components/AreaTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const Card = ({
)}
{colab_link ? (
<Link target="_blank" href={colab_link}>
<FaCode size={50} />
<FaCode size={25} />
</Link>
) : (
<></>
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/Models.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default function ModelView({
>
<Link target="_blank" href={model.colab_link}>
<HStack>
<FaCode size={50} />
<FaCode size={25} />
<Text>Colab</Text>
</HStack>
</Link>
Expand Down

0 comments on commit 6727dee

Please sign in to comment.