Skip to content

Commit e384d93

Browse files
committed
Fix wrong argument count
1 parent f6460cf commit e384d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/components_guide_web/lib/components_guide_web/templates/links/index.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
link(span("722: Introducing Combine", [:nums_tabular]), to: "https://developer.apple.com/videos/play/wwdc2019/722/"),
5454
link(span("721: Combine in Practice", [:nums_tabular]), to: "https://developer.apple.com/videos/play/wwdc2019/721/"),
5555
link(span("712: Advances in Networking, Part 1", [:nums_tabular]), to: "https://developer.apple.com/videos/play/wwdc2019/712/"),
56-
link(span("Understanding Combine by Matt Neuberg"), to: "https://www.apeth.com/UnderstandingCombine/toc.html"),
56+
link(span("Understanding Combine by Matt Neuberg", []), to: "https://www.apeth.com/UnderstandingCombine/toc.html"),
5757
] %>
5858

5959
<h3 class="mt-6 mb-2 text-2xl leading-normal italic">Articles</h3>

0 commit comments

Comments
 (0)