Skip to content

Commit e7afcf7

Browse files
committed
switched from bullets to table
1 parent d03c425 commit e7afcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ The following exercises are designed to provide you with a hands-on learning exp
1414

1515
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
1616
{% for activity in labs %}
17-
- [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }}) <br/> {{ activity.lab.description }}
17+
| [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }}) <br/> {{ activity.lab.description }} |
1818
{% endfor %}
1919

0 commit comments

Comments
 (0)