Verified Commit 01610566 authored by Marek Veselý's avatar Marek Veselý
Browse files

fix: inconsistent instructor icons

parent fdd1e5db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ const RouteComponent = () => {
            button={{
              minimal: true,
              text: t('trainee.switchToInstructor'),
              icon: 'book',
              icon: 'eye-open',
            }}
            link={{ to: InstructorRoute.to }}
          />
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ const RouteComponent = () => {
            button={{
              minimal: true,
              text: t('trainee.switchToInstructor'),
              icon: 'book',
              icon: 'eye-open',
            }}
            link={{ to: InstructorRoute.to }}
          />