Skip to content

Commit

Permalink
add youtube link to about page
Browse files Browse the repository at this point in the history
  • Loading branch information
The-DevBlog committed Jul 6, 2024
1 parent 0483ab0 commit 9adf2a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pub fn about() -> Html {
<div class="about">
<ul>
<li><a target="_blank" rel="noreferrer" href="https://github.com/AndrewCS149">{"GitHub"}</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/@thedevblog5916">{"YouTube"}</a></li>
<li><a target="_blank" rel="noreferrer" href="https://mastodon.social/@TheDevBlog">{"Mastodon"}</a></li>
<li><a target="_blank" rel="noreferrer" href="https://andrew149.itch.io/">{"Itch.io"}</a></li>
// <li><a target="_blank" rel="noreferrer" href="https://discord.gg/uHDwywr6wt">Discord</a></li>
Expand Down

0 comments on commit 9adf2a7

Please sign in to comment.