Skip to content

Commit 80fb44e

Browse files
fix: new line after portfolio link
1 parent bd44eaa commit 80fb44e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ def main():
4141
<kbd>
4242
<br>&nbsp;<b>Portfolio</b>&nbsp;<br><br>
4343
</kbd>
44-
</a>
45-
<img align="right" style="width: 37px;" title="Behold the yellow dancing man!" alt="Too bad, he gone..." src="./assets/yellow_man.gif">
44+
</a><img align="right" style="width: 37px;" title="Behold the yellow dancing man!" alt="Too bad, he gone..." src="./assets/yellow_man.gif">
4645
"""
4746

4847
with open("README.md", "w") as file:

0 commit comments

Comments
 (0)