Commit 537ea5f9 authored by Marek Veselý's avatar Marek Veselý
Browse files

Merge branch 'inconsistent-instructor-icon' into 'main'

fix: inconsistent instructor icons

See merge request inject/frontend!818
parents cd8ab7d7 01610566
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 }}
          />