feat: 🩹 update data and expose more of it to templates
This commit is contained in:
parent
90e5ca2bcd
commit
13926bfbe3
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,7 @@ const firstName = 'Sebin',
|
|||
position = 'vers, prefers top',
|
||||
height = 210, // cm
|
||||
weight = 124, // kg
|
||||
tailLength = 104, // cm
|
||||
tailLength = 154, // cm
|
||||
wingspan = 417, // cm
|
||||
colors = [
|
||||
{ name: 'Scales', value: '#c64c35' },
|
||||
|
@ -165,6 +165,8 @@ export default {
|
|||
pronouns,
|
||||
orientation,
|
||||
position,
|
||||
tailLength,
|
||||
wingspan,
|
||||
colors,
|
||||
kinks,
|
||||
description,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue