Fix some minimal details

This commit is contained in:
prototypa
2023-01-06 17:44:33 -05:00
parent c9a73a1512
commit 3c183c18ff

View File

@ -12,15 +12,15 @@ const links = [
links: [
{
text: 'Services',
href: getPermalink('/services'),
href: "#",
},
{
text: 'About us',
href: getPermalink('/about'),
href: "#",
},
{
text: 'Contact',
href: getPermalink('/contact'),
href: "#",
},
{
text: 'Terms',
@ -32,6 +32,10 @@ const links = [
},
],
},
{
text: 'Resources',
href: getPermalink('useful-resources-to-create-websites', 'post'),
},
{
text: 'Blog',
href: getBlogPermalink(),