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", title: "About",
href: "/", href: "/",
}, },
{
title: "Services",
href: "/pricing",
},
{ {
title: "Talks", title: "Talks",
href: "/talks", href: "/talks",
@ -28,10 +32,6 @@ const footerLinks = [
title: "Daily list", title: "Daily list",
href: "/daily", href: "/daily",
}, },
{
title: "Services",
href: "/pricing",
},
{ {
title: "Search", title: "Search",
href: "/search", href: "/search",