fix: force line break

This commit is contained in:
Alexander Daichendt 2022-07-26 23:05:50 +02:00
parent aa1cae3540
commit e604807914
2 changed files with 6 additions and 0 deletions

View file

@ -31,6 +31,11 @@
SKILLS.sort((a, b) => b.years - a.years);
const PROJECTS = [
{
name: 'This site',
href: 'https://github.com/AlexDaichendt/site',
description: 'Complete source code for this website',
},
{
name: 'Gear Optimizer',
href: 'https://optimizer.discretize.eu',