Skip to content

Commit 3cd9c74

Browse files
committed
fix header error
1 parent 5b0ba5a commit 3cd9c74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ <h2>Purpose of Wireframe</h2>
3434
</article>
3535

3636
<article>
37-
<img src="https://framerusercontent.com/images/jmGsErVaXE9HMnmsIjHDba05DSg.png" width="300" height="200" alt="Branch" /> <h2>Purpose of Branch</h2>
37+
<img src="https://framerusercontent.com/images/jmGsErVaXE9HMnmsIjHDba05DSg.png" width="300" height="200" alt="Branch" />
38+
<h2>Purpose of Branch</h2>
3839
<p>Branches allow you to develop features, fix bugs, or safely experiment with new ideas in a contained area of your repository. You always create a branch from an existing branch. Typically, you might create a new branch from the default branch of your repository.
3940
</p>
40-
<h2 >Purpose of Branch</h2>
4141
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches">Read more</a></article>
4242
</article>
4343
</main>

0 commit comments

Comments
 (0)