feat: Refactor ExperiencePage and ExperienceCustomInput to use design system components and remove deprecated ExperienceBadge

This commit is contained in:
Achintha Isuru
2026-01-24 21:08:55 -05:00
parent f81e1949d1
commit d6cceaceec
4 changed files with 24 additions and 133 deletions

View File

@@ -18,7 +18,7 @@ extension ProfileNavigator on IModularNavigator {
/// Navigates to the experience page.
void pushExperience() {
pushNamed('/profile/experience');
pushNamed('./experience');
}
/// Navigates to the attire page.