Skip to content

Commit d03146c

Browse files
committed
update
1 parent 44f0714 commit d03146c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/screens/PathScreen/index.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ function PathScreen({ external, guide }: PathScreenProps) {
1818
onFormSubmitted={() => {
1919
// eslint-disable-next-line no-console
2020
console.log("form submitted");
21+
// - slug
22+
// - locale
23+
// https://raw.githubusercontent.com/alura/techguide/refs/heads/main/_data/downloadFiles/PT_BR/agile.pdf
2124
}}
2225
/>
23-
24-
https://raw.githubusercontent.com/alura/techguide/refs/heads/main/_data/downloadFiles/PT_BR/${guide.slug}.pdf
2526
)} */}
2627
<TShape guide={guide} externalGuideCreator={external} />
2728
</ScreenHeroContainer>

0 commit comments

Comments
 (0)