Skip to content

Commit

Permalink
Update src/pages/support.astro
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Stone <[email protected]>
  • Loading branch information
ildyria and d7415 authored Jan 21, 2025
1 parent 517eeb5 commit 4459f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/support.astro
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const metadata = {
{ icon: 'tabler:devices-check', title: 'If you feel like just doing reviews,', description: 'then just do that.', classes: {panel:'items-center'} },
{ icon: 'tabler:devices-plus', title: 'If you feel like adding new functionalities,', description: 'then do that.', classes: {panel:'items-center', title: 'text-center', description: 'text-center'} },
{ icon: 'tabler:bug-off', title: 'If you feel like fixing bugs,', description: 'then do that.', classes: {panel:'items-center', title: 'text-center', description: 'text-center'} },
{ icon: 'tabler:hammer', title: 'if you feel like fixing things that annoys you,', description: 'then do that.', classes: {panel:'items-center', title: 'text-center', description: 'text-center'} },
{ icon: 'tabler:hammer', title: 'if you feel like fixing things that annoy you,', description: 'then do that.', classes: {panel:'items-center', title: 'text-center', description: 'text-center'} },
]}
columns={2}
>
Expand Down

0 comments on commit 4459f78

Please sign in to comment.