From a8290a78434a8d3fcebd9c1324d34cd646a7c733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Fran=C3=A7a?= Date: Thu, 4 Feb 2021 23:14:37 -0300 Subject: [PATCH] Day 15 - Missing bottom link to Day 16 Similar to previous days, the bottom link to the next day was missing. --- 15_Third_Party_Packages/15_third_party_packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15_Third_Party_Packages/15_third_party_packages.md b/15_Third_Party_Packages/15_third_party_packages.md index 991f5fb..5e626fe 100644 --- a/15_Third_Party_Packages/15_third_party_packages.md +++ b/15_Third_Party_Packages/15_third_party_packages.md @@ -448,4 +448,4 @@ Try to also learn how to use the package _classnames_ and _validator_. 🎉 CONGRATULATIONS ! 🎉 -[<< Day 14](../14_Day_Component_Life_Cycles/14_component_life_cycles.md) | [Day 16 >>]() +[<< Day 14](../14_Day_Component_Life_Cycles/14_component_life_cycles.md) | [Day 16 >>](../16_Higher_Order_Component/16_higher_order_component.md)