File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ export function Exercises() {
2222 { exercises . map ( exercise => (
2323 < a
2424 href = { `/exercise/${ exercise . path . replace ( / \. t e m p l a t e \. t s $ / , '' ) } ` }
25- className = "cursor-pointer h-32 w-42 flex flex-col items-center justify-center bg-primary text-primary-foreground shadow-sm hover:bg-primary/90 p-2 relative"
25+ className = "cursor-pointer h-32 w-42 flex flex-col items-center justify-center bg-primary text-primary-foreground shadow-sm hover:bg-primary/90 p-2 relative rounded-md "
2626 key = { exercise . path }
2727 >
2828 < span className = "absolute top-0 right-2 text-sm" > { '☆' . repeat ( exercise . difficulty ) } </ span >
29- < span className = "text-lg uppercase" > { exercise . name } </ span >
29+ < span className = "text-lg uppercase font-semibold " > { exercise . name } </ span >
3030 { exercise . desc ? (
3131 < >
3232 < span />
You can’t perform that action at this time.
0 commit comments