fix: remove unused code
This commit is contained in:
parent
91bf9a1d7b
commit
320b933c04
6 changed files with 16 additions and 35 deletions
|
@ -79,6 +79,10 @@ const blogroll = [
|
|||
title: "Cory Dransfeldt",
|
||||
url: "https://coryd.dev/",
|
||||
},
|
||||
{
|
||||
title: "HeydonWorks",
|
||||
url: "https://heydonworks.com",
|
||||
},
|
||||
];
|
||||
|
||||
const sortedBlogroll = blogroll.sort((a, b) => a.title.localeCompare(b.title));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue