From 79beaad7c86549dd4efcd23823b86051764f0fcd Mon Sep 17 00:00:00 2001 From: jacobrein Date: Mon, 6 May 2024 08:11:47 -0600 Subject: [PATCH] Update navigation topics index in Safe-Args article Two new subtopics, 'Deep Link' and 'Update (5/6/24)', have been added to the index of the Safe-Args-in-NavigationCompose.md article. This is to reflect the additions made to the article regarding advanced navigation aspects. --- Writerside/topics/Safe-Args-in-NavigationCompose.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Writerside/topics/Safe-Args-in-NavigationCompose.md b/Writerside/topics/Safe-Args-in-NavigationCompose.md index 2727c33..d6af75f 100644 --- a/Writerside/topics/Safe-Args-in-NavigationCompose.md +++ b/Writerside/topics/Safe-Args-in-NavigationCompose.md @@ -16,6 +16,8 @@ It makes the code much more readable and so fun and easy to use! * [So why write about it?](#so-why-write-about-it) * [The Problem](#the-problem) * [The Solution](#the-solution) + * [Deep Link](#deep-link) + * [Update (5/6/24)](#update-5-6-24) * [Conclusion](#conclusion) ## Quick Overview