fix: force line break
This commit is contained in:
parent
aa1cae3540
commit
e604807914
2 changed files with 6 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue