Skip to content

Commit

Permalink
better handling of unapproved grants
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Dec 10, 2024
1 parent 622b13f commit 2e79db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function GradientLayout({
/>
<div
className={classNames(
"container mx-auto max-w-screen-2xl relative z-10 px-4 sm:px-6 lg:px-20",
"mx-auto w-full relative z-10 px-4 sm:px-6 lg:px-20",
showAlloVersionBanner ? "pt-[120px]" : "pt-16"
)}
style={{
Expand Down

0 comments on commit 2e79db0

Please sign in to comment.