'Whitepaper' is a single word
This commit is contained in:
parent
1104866a76
commit
a1fb9329c0
4 changed files with 13 additions and 13 deletions
|
@ -41,7 +41,7 @@ export const ItemBadge = ({
|
||||||
itemStyle = 'badge-presentation'
|
itemStyle = 'badge-presentation'
|
||||||
break
|
break
|
||||||
case 'whitepaper':
|
case 'whitepaper':
|
||||||
text = 'White Paper'
|
text = 'Whitepaper'
|
||||||
itemStyle = 'badge-white-paper'
|
itemStyle = 'badge-white-paper'
|
||||||
break
|
break
|
||||||
case 'datasheet':
|
case 'datasheet':
|
||||||
|
|
|
@ -282,7 +282,7 @@ On Day 1 we will discuss the ins and outs of the robot. The Electrical Sub team
|
||||||
},
|
},
|
||||||
'eexiv-white-paper': {
|
'eexiv-white-paper': {
|
||||||
manifest: {
|
manifest: {
|
||||||
title: 'eeXiv White Paper',
|
title: 'eeXiv Whitepaper',
|
||||||
authors: ['ywu', 'avenkatesh'],
|
authors: ['ywu', 'avenkatesh'],
|
||||||
topics: ['eecs', 'frc'],
|
topics: ['eecs', 'frc'],
|
||||||
dates: [1707811359, 1707891311],
|
dates: [1707811359, 1707891311],
|
||||||
|
|
Loading…
Reference in a new issue