1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix: update name with full name and nickname

This commit is contained in:
Divlo
2023-05-29 17:10:14 +02:00
parent f41bc644b1
commit ba34e314c9
13 changed files with 35 additions and 33 deletions

View File

@ -1,5 +1,5 @@
import { DIVLO_BIRTHDAY, getAge } from '../../utils/getAge.ts'
import { DIVLO_BIRTH_DATE, getAge } from '../../utils/getAge.ts'
const yearOld = document.getElementById('year-old')
yearOld.textContent = getAge(DIVLO_BIRTHDAY).toString()
yearOld.textContent = getAge(DIVLO_BIRTH_DATE).toString()