Skip to content

Commit 2cca945

Browse files
fix(www): alignment of edge functions page highlights (supabase#37954)
fix: add footerPosition prop for edge functions highlights footerPosition prop was missing thus breaking the page layout.
1 parent 35b09ac commit 2cca945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/www/pages/edge-functions.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function EdgeFunctions() {
5050
<ProductHeader
5151
{...pageData.heroSection}
5252
footer={<HighlightColumns highlights={pageData.highlightsSection.highlights} />}
53+
footerPosition="bottom"
5354
/>
5455
<SingleQuote
5556
id="quote"

0 commit comments

Comments
 (0)