Add Tyson to people, and adjust Richard's quote
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-13 11:13:30 -06:00
parent dccf697707
commit ec1d4e6246
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
3 changed files with 91 additions and 5 deletions

View file

@ -1,7 +1,7 @@
<script props>
module.exports = {
onclick: props.onclick || '',
titlestyle: 'min-width: 275px;' + (props.titlestyle || ''),
titlestyle: props.titlestyle || '',
headerstyle: props.headerstyle || '',
}
</script>