diff --git a/docs/linguagens/python/estruturando-o-projeto.mdx b/docs/linguagens/python/estruturando-o-projeto.mdx
index eec5610..bb79ca7 100644
--- a/docs/linguagens/python/estruturando-o-projeto.mdx
+++ b/docs/linguagens/python/estruturando-o-projeto.mdx
@@ -15,6 +15,7 @@ Agora precisamos criar uma estrutura para o projeto, definir onde vão ficar os
+
diff --git a/src/components/Directory/Directory.tsx b/src/components/Directory/Directory.tsx
index a400b26..2358c9e 100644
--- a/src/components/Directory/Directory.tsx
+++ b/src/components/Directory/Directory.tsx
@@ -31,8 +31,8 @@ function Directory({ children }: DirectoryProps) {
function HighlightIcon() {
return (
-
-
+
+
)
}