Skip to content

Commit 3fb242e

Browse files
authored
Merge pull request #86 from braboj/fix/home-about-bullets
Use bullets in home page about section
2 parents b92a75c + 387e50c commit 3fb242e

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

astro-site/src/pages/index.astro

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,10 @@ const headings = [
107107

108108
<h2 id="about">About</h2>
109109

110-
<p>
111-
Created by <a href="https://github.com/braboj">Branimir Georgiev</a>.
112-
</p>
113-
<p>
114-
Part of <a href="https://codewithbranko.com">Code with Branko</a> — practical tutorials for developers.
115-
</p>
110+
<ul>
111+
<li>Created by <a href="https://github.com/braboj">Branimir Georgiev</a></li>
112+
<li>Part of <a href="https://codewithbranko.com">Code with Branko</a> — practical tutorials for developers</li>
113+
</ul>
116114

117115
<h2 id="selected-references">Selected references</h2>
118116

0 commit comments

Comments
 (0)