diff --git a/ui/src/components/intranet/IntranetDashboard/index.tsx b/ui/src/components/intranet/IntranetDashboard/index.tsx index b42fea3b..b8588f85 100644 --- a/ui/src/components/intranet/IntranetDashboard/index.tsx +++ b/ui/src/components/intranet/IntranetDashboard/index.tsx @@ -298,36 +298,36 @@ const IntranetDashboard: React.FC = () => { {/* Bugün Doğanlar */}
- {birthday.employee.fullName} -
-- {birthday.age} yaşında 🎉 -
-- {birthday.employee.department?.name || 'Genel'} -
-+ {birthday.employee.fullName} +
++ {birthday.age} yaşında 🎉 +
++ {birthday.employee.department?.name || 'Genel'} +
Bugün doğan yok @@ -417,29 +417,29 @@ const IntranetDashboard: React.FC = () => { {/* Doğum Günleri */} {weekBirthdays.length > 0 && (
- {birthday.employee.fullName} -
-- {dayjs(birthday.date).format('DD MMMM')} • {birthday.age} yaşında -
-+ {birthday.employee.fullName} +
++ {dayjs(birthday.date).format('DD MMMM')} • {birthday.age} yaşında +
- {anniversary.employee.fullName} -
-- {anniversary.years} yıldır bizimle! 🎊 -
-+ {anniversary.employee.fullName} +
++ {anniversary.years} yıldır bizimle! 🎊 +