Skip to content

Commit 3ad9efb

Browse files
committed
update title
1 parent fa594d5 commit 3ad9efb

File tree

1 file changed

+2
-2
lines changed
  • exercises/templates/exercises/end_to_end_visual_control

1 file changed

+2
-2
lines changed

exercises/templates/exercises/end_to_end_visual_control/exercise.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% if deployment %}
99
{% react_component exercise/follow_line/FollowLineRR %}
1010
{% react_component components/containers/MaterialBox id="exercise-container" %}
11-
{% react_component components/common/MainAppBar exerciseName="Follow Line" url="https://jderobot.github.io/RoboticsAcademy/exercises/AutonomousCars/follow_line/"%}
11+
{% react_component components/common/MainAppBar exerciseName="End-to-End Visual Control" url="https://jderobot.github.io/RoboticsAcademy/exercises/AutonomousCars/follow_line/"%}
1212
{% react_component RA_links/WorldSelectorRA %} {% end_react_component %}
1313
{% end_react_component %}
1414
{% react_component components/containers/MaterialBox id="content" %}
@@ -33,7 +33,7 @@
3333
{% else %}
3434
{% react_component exercise/follow_line/FollowLineRR %}
3535
{% react_component components/wrappers/MaterialBox id="exercise-container" %}
36-
{% react_component components/layout_components/MainAppBar exerciseName="Follow Line" url="https://jderobot.github.io/RoboticsAcademy/exercises/AutonomousCars/follow_line/"%}
36+
{% react_component components/layout_components/MainAppBar exerciseName="End-to-End Visual Control" url="https://jderobot.github.io/RoboticsAcademy/exercises/AutonomousCars/follow_line/"%}
3737
{% react_component components/visualizers/WorldSelector %} {% end_react_component %}
3838
{% end_react_component %}
3939
{% react_component components/wrappers/MaterialBox id="content" %}

0 commit comments

Comments
 (0)