chore: re-order footer links
This commit is contained in:
parent
da762239ff
commit
5cad596c2c
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue