Skip to content

Commit

Permalink
fix: typo in settings page (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samathingamajig authored Oct 23, 2024
1 parent 7346720 commit d357735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ export default function Settings(): JSX.Element {
</div>
</section>
<section className='my-8'>
<h2 className='mb-4 text-xl text-ut-black font-semibold'>UTRP CONTRIBUTERS</h2>
<h2 className='mb-4 text-xl text-ut-black font-semibold'>UTRP CONTRIBUTORS</h2>
<div className='grid grid-cols-2 gap-4 2xl:grid-cols-4 md:grid-cols-3 xl:grid-cols-3'>
{LONGHORN_DEVELOPERS_SWE.sort(
(a, b) =>
Expand Down

0 comments on commit d357735

Please sign in to comment.