We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f0714 commit d03146cCopy full SHA for d03146c
src/screens/PathScreen/index.tsx
@@ -18,10 +18,11 @@ function PathScreen({ external, guide }: PathScreenProps) {
18
onFormSubmitted={() => {
19
// eslint-disable-next-line no-console
20
console.log("form submitted");
21
+ // - slug
22
+ // - locale
23
+ // https://raw.githubusercontent.com/alura/techguide/refs/heads/main/_data/downloadFiles/PT_BR/agile.pdf
24
}}
25
/>
-
- https://raw.githubusercontent.com/alura/techguide/refs/heads/main/_data/downloadFiles/PT_BR/${guide.slug}.pdf
26
)} */}
27
<TShape guide={guide} externalGuideCreator={external} />
28
</ScreenHeroContainer>
0 commit comments