Skip to content

Commit

Permalink
refactor: remove unnecessary title separators (#165)
Browse files Browse the repository at this point in the history
As pointed out in #141 separators after a title are unnecessary.
  • Loading branch information
ifaoji authored Aug 28, 2024
1 parent 7dd5bad commit e9bbfa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/app/routes/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,8 @@ export default function Contact() {
<div className='md:flex md:justify-center mx-4 md:mx-0'>
<H1 className='my-4 md:w-3/5'>Contact the Student Council</H1>
</div>
<Separator />
<div className='md:flex md:justify-center mx-4 md:mx-0'>
<p className='mt-4 md:w-3/5 text-xl'>
<p className='md:w-3/5 text-xl'>
Do you have an issue or suggestion you would like to tell us in private? Use this contact form.
</p>
</div>
Expand Down
3 changes: 1 addition & 2 deletions src/app/routes/issues.new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,8 @@ export default function IssuesNew() {
</Link>
</div>
</div>
<Separator />
<div className='md:flex md:justify-center mx-4 md:mx-0'>
<p className='mt-4 mb-2 md:w-3/5 text-xl'>
<p className='mb-2 md:w-3/5 text-xl'>
Open an anonymous issue to discuss what's important to you with the community.
<br />
If you would like to share your issue with the student council only, please go to the{' '}
Expand Down

0 comments on commit e9bbfa4

Please sign in to comment.