Add new links, fix title-gen edge case

This commit is contained in:
2024-10-10 00:51:55 -04:00
parent b442413e32
commit ff9582c630
6 changed files with 15 additions and 7 deletions
-1
View File
@@ -4,7 +4,6 @@ import Pages from '../public/external.json';
function QuickLinks() {
return (
<div className='block'>
<h2>Quick Links</h2>
{
Object.entries(Pages).map(([title, link], i) => {
const extern = link.match(/^http/) && `blue extern` || '';