Skip to content

Commit

Permalink
CSS change (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
wweitzel authored Oct 14, 2023
1 parent 956a75c commit 4bcbcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function Video({goal}: {goal: Goal}) {
Comments
</button>
</div>
<div style={{fontSize: '14px'}} className="fw-light me-2">
<div style={{fontSize: '14px'}} className="text-muted me-2">
{daysAgoText(numDaysAgo(new Date(goal.createdAt)))}
</div>
</div>
Expand Down

0 comments on commit 4bcbcd4

Please sign in to comment.