Skip to content

Commit

Permalink
Team feedback round 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkas committed Oct 8, 2024
1 parent a018f82 commit af5646e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function VideoCard({ title, description, src }: VideoCardProps) {
autoPlay={false}
ref={videoRef}
/>
<Title level={TitleLevel.Title2} className="mb-4">
<Title level={TitleLevel.Title1} className="mb-4">
{title}
</Title>
<Text className="text-[#e3e7e9]">{description}</Text>
Expand Down

0 comments on commit af5646e

Please sign in to comment.