Skip to content

Commit 9e7c32d

Browse files
committed
🔧 Update nav structure
- Move Stash to top so it's level with Blog - Remove GOV.UK browser data
1 parent 2bd6b53 commit 9e7c32d

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

src/_data/site.js

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,27 +50,21 @@ export default function () {
5050
{
5151
heading: "Web development",
5252
links: [
53-
{
54-
href: "/accessibility-for-furries/",
55-
text: "Accessibility for furries",
56-
description: "Free web accessibility audits for the fandom.",
57-
},
5853
{
5954
href: "/stash/",
6055
text: "The stash",
6156
description: "Collated links about website design and development.",
6257
},
58+
{
59+
href: "/accessibility-for-furries/",
60+
text: "Accessibility for furries",
61+
description: "Free web accessibility audits for the furry fandom.",
62+
},
6363
{
6464
href: "/every-element/",
6565
text: "Every HTML element",
6666
description: "A one-page guide to HTML semantics.",
6767
},
68-
{
69-
href: "/govuk-browser-data/",
70-
text: "GOV.UK browser data",
71-
description:
72-
"Monthly analytics data from one of the UK's busiest websites.",
73-
},
7468
],
7569
},
7670
{

0 commit comments

Comments
 (0)