Skip to content

Commit

Permalink
remove indent on line 71 causing linter error
Browse files Browse the repository at this point in the history
the linter showed an error on line 71, I believe it to be from a line break on an indented line, removed indent
  • Loading branch information
Keiferton authored Jan 2, 2025
1 parent b0b4d3b commit 897698c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/html_css/html-foundations/project-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Okay, that's enough Git for the moment -- time to actually build stuff!
```html
<a href="../index.html">Home</a>
```

This allows users to quickly return to the home page after viewing the recipe.

#### Iteration 3: recipe page content
Expand Down

0 comments on commit 897698c

Please sign in to comment.