Skip to content

Commit 74ea121

Browse files
Monil-KTXktx-abhishek
authored andcommitted
fix: reorder footer links to ensure "Partners" appears before "Request Demo"
1 parent 13c76e7 commit 74ea121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overrides/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,8 +1052,8 @@
10521052
{ text: "Careers", link: "/careers/" },
10531053
{ text: "Contact Us", link: "/contact-us/" },
10541054
{ text: "Contact Sales", link: "/contact-sales/" },
1055-
{ text: "Partners", link: "/partners/" },
10561055
{ text: "Request Demo", link: "/demo/" },
1056+
{ text: "Partners", link: "/partners/" },
10571057
{ text: "Enterprise License", link: "/enterprise-license/" },
10581058
],
10591059
},

0 commit comments

Comments
 (0)