Skip to content

Commit 2bbfa53

Browse files
committed
refactor(templates/app/shared): simplify section with Solution and Challenge links
1 parent c75a8b9 commit 2bbfa53

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

_templates/app/shared/README.md.hygen

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@
1515

1616
<div align="center">
1717
<h3>
18-
<a href="<%= app_url %>">
19-
Solution
20-
</a>
18+
<a href="<%= app_url %>">Solution</a>
2119
<span> | </span>
22-
<a href="<%= challenge_url %>">
23-
Challenge
24-
</a>
20+
<a href="<%= challenge_url %>">Challenge</a>
2521
</h3>
2622
</div>
2723

0 commit comments

Comments
 (0)