File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clients/apps/web/src/app/(main)/(landing)/resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ export default function Resources() {
58
58
{ resourceLinks . map ( ( link ) => (
59
59
< Link
60
60
key = { link . title }
61
- className = "dark:hover:bg-polar-800 dark:border-polar-700 flex w-full cursor-pointer flex-col gap-6 border border-gray-300 p-6 font-mono transition-colors duration-200 hover:bg-gray-100"
61
+ className = "dark:hover:bg-polar-800 dark:border-polar-700 flex w-full cursor-pointer flex-col gap-6 border border-gray-300 p-6 transition-colors duration-200 hover:bg-gray-100"
62
62
href = { link . href }
63
63
>
64
64
< ArrowOutwardOutlined fontSize = "inherit" />
65
65
< div className = "flex flex-col gap-2" >
66
- < h3 className = "text-xl" > { link . title } </ h3 >
66
+ < h3 className = "font-mono text-xl" > { link . title } </ h3 >
67
67
< p className = "dark:text-polar-500 font-sm text-gray-500" >
68
68
{ link . description }
69
69
</ p >
You can’t perform that action at this time.
0 commit comments