Skip to content

Commit

Permalink
fix(home): fix twitter link on main page (#48)
Browse files Browse the repository at this point in the history
without the first ", this turns into a link to
https://twitter.com/stackerbuild" which doesn't work.

Signed-off-by: Michael McCracken <[email protected]>
  • Loading branch information
mikemccracken authored Apr 12, 2024
1 parent de96fdb commit 8bdbc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion material/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="tx-hero__content">
<h1>Stacker Build</h1>
<p><strong>OCI-native</strong> container image builds, simplified </p>
<a href=https://twitter.com/stackerbuild">
<a href="https://twitter.com/stackerbuild">
<span class="twemoji twitter">
{% include ".icons/fontawesome/brands/twitter.svg" %}
</span>
Expand Down

0 comments on commit 8bdbc03

Please sign in to comment.