chore: re-order footer links

This commit is contained in:
Oliver Davies 2023-09-12 07:54:31 +01:00
parent da762239ff
commit 5cad596c2c

View file

@ -20,6 +20,10 @@ const footerLinks = [
title: "About",
href: "/",
},
{
title: "Services",
href: "/pricing",
},
{
title: "Talks",
href: "/talks",
@ -28,10 +32,6 @@ const footerLinks = [
title: "Daily list",
href: "/daily",
},
{
title: "Services",
href: "/pricing",
},
{
title: "Search",
href: "/search",