- Jetstream Version: 1.0.0
- Laravel Version: 8.0.0
- PHP Version: 7.4.9
- Database Driver & Version: n/a
Description:
When changing the team name or profile name, neither the team name in the drop-down menu nor the avatar (initials) reflect the changes until a refresh is made.
This probably isn't a big deal, but I thought I'd point it out. 🤓
Steps To Reproduce:
Install new app: laravel new l8app --jet --teams --stack=livewire
Build front-end: npm install && npm run dev
Visit site
Register
Go to Team Settings or Profile
Change team name or name
Notice that the user avatar (initials) or drop-down menu don't update to reflect the changes