Skip to content

Commit 6e6d77e

Browse files
committed
Drop redundant titles
1 parent 02dfeea commit 6e6d77e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pages/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,35 +40,30 @@ const IndexPage = ({ location, data }) => {
4040
<a
4141
className="list-group-item list-group-item-action text-primary"
4242
href="https://github.com/robots-from-jupyter/robotlab/releases"
43-
title="RobotLab release downloads"
4443
>
4544
RobotLab release downloads
4645
</a>
4746
<a
4847
className="list-group-item list-group-item-action text-primary"
4948
href="https://github.com/robots-from-jupyter/robotkernel/tree/master/docs/notebooks"
50-
title="RobotKenel example notebooks"
5149
>
5250
RobotKernel example notebooks
5351
</a>
5452
<a
5553
className="list-group-item list-group-item-action text-primary"
5654
href="https://robots-from-jupyter.github.io/robotkernel/"
57-
title="RobotKernel documentation"
5855
>
5956
RobotKernel documentation
6057
</a>
6158
<a
6259
className="list-group-item list-group-item-action text-primary"
6360
href={useRobotLabWorkshopSlidesURL()}
64-
title="RoboCon 2019 Workshop Slides"
6561
>
6662
RoboCon 2019 Workshop Slides
6763
</a>
6864
<a
6965
className="list-group-item list-group-item-action text-primary"
7066
href={useRoboConPresentationSlidesURL()}
71-
title="RoboCon 2019 Presentation Slides"
7267
>
7368
RoboCon 2019 Presentation Slides
7469
</a>

0 commit comments

Comments
 (0)