Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: repos page header to single line (#10173)
Browse files Browse the repository at this point in the history
Co-authored-by: Eddie Jaoude <eddie@jaoudestudios.com>
  • Loading branch information
ThomasCode92 and eddiejaoude committed Mar 23, 2024
1 parent 6188338 commit ffc4243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/repos.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export default function Repos({ repos }) {
/>

<Page>
<h1 className="text-4xl mb-4 font-bold">Community Repos</h1>
<div className=" flex justify-end">
<div className="flex flex-col items-center justify-between sm:flex-row mb-2">
<h1 className="text-4xl mb-2 font-bold sm:mb-0">Community Repos</h1>
<Select
name="event-type"
value={router.query.sortBy || "favourites"}
Expand All @@ -62,7 +62,7 @@ export default function Repos({ repos }) {
label: option.label,
value: option.value,
}))}
className="inline text-center text-sm font-medium leading-6 text-primary-high sm:pt-1.5"
className="inline text-center text-sm font-medium leading-6 text-primary-high mb-0"
/>
</div>
<UserRepos repos={repos} />
Expand Down

0 comments on commit ffc4243

Please sign in to comment.