Skip to content

Commit

Permalink
feat AboutSection: make link red
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed May 29, 2024
1 parent c26be8d commit 525cea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/AboutSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function AboutSection() {
is a free, open-source and simplistic alternative for blogs
- made with pure HTML and JavaScript.
</p>
<a href="https://github.com/prplwtf/writea" target="_blank">
<a href="https://github.com/prplwtf/writea" target="_blank" class="text-danger">
GitHub repository
</a>
${FooterElement()}
Expand Down

0 comments on commit 525cea5

Please sign in to comment.