Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguyinabeanie committed Nov 9, 2024
1 parent ff1f1e3 commit 93a0055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/nextjs/src/app/organizations/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ export interface OrganizationsPageProps {
export default function OrganizationsPage() {
return (
<>
<PartneredOrganizations />
<div className="mt-8 md:mt-20">
<PartneredOrganizations />
</div>

<div>
<h2>TODO: Organizations Table</h2>
Expand Down

0 comments on commit 93a0055

Please sign in to comment.