Skip to content

Commit

Permalink
Merge pull request #51 from AI4Bharat/v1.0
Browse files Browse the repository at this point in the history
Dataset Min Width
  • Loading branch information
Shanks0465 authored Sep 9, 2024
2 parents e50d057 + b135dba commit f0f7946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Datasets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ interface Dataset {

const Feature = ({ title, icon, dataset_link }: FeatureProps) => {
return (
<HStack width={150} p={3} as={Link} href={dataset_link}>
<HStack minWidth={150} p={3} as={Link} href={dataset_link}>
<Text fontWeight={600}>{title}</Text>
</HStack>
);
Expand Down

0 comments on commit f0f7946

Please sign in to comment.