Skip to content

Commit

Permalink
Fix blockquote HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Mar 7, 2024
1 parent 9d6f3c5 commit 6e96f3e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/styles/colours/accent-black/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private: true
<div class="tna-blockquote__quote">
<p>A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.</p>
</div>
<p class="tna-blockquote__author">Douglas Adams, <a href="#">Mostly Harmless</a></p>
<p class="tna-blockquote__citation">Douglas Adams, <a href="#">Mostly Harmless</a></p>
</blockquote>
<div class="tna-button-group">
<a href="#" class="tna-button" role="button">Primary button</a>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/colours/accent-blue/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private: true
<div class="tna-blockquote__quote">
<p>A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.</p>
</div>
<p class="tna-blockquote__author">Douglas Adams, <a href="#">Mostly Harmless</a></p>
<p class="tna-blockquote__citation">Douglas Adams, <a href="#">Mostly Harmless</a></p>
</blockquote>
<div class="tna-button-group">
<a href="#" class="tna-button" role="button">Primary button</a>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/colours/accent-green/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private: true
<div class="tna-blockquote__quote">
<p>A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.</p>
</div>
<p class="tna-blockquote__author">Douglas Adams, <a href="#">Mostly Harmless</a></p>
<p class="tna-blockquote__citation">Douglas Adams, <a href="#">Mostly Harmless</a></p>
</blockquote>
<div class="tna-button-group">
<a href="#" class="tna-button" role="button">Primary button</a>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/colours/accent-orange/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private: true
<div class="tna-blockquote__quote">
<p>A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.</p>
</div>
<p class="tna-blockquote__author">Douglas Adams, <a href="#">Mostly Harmless</a></p>
<p class="tna-blockquote__citation">Douglas Adams, <a href="#">Mostly Harmless</a></p>
</blockquote>
<div class="tna-button-group">
<a href="#" class="tna-button" role="button">Primary button</a>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/colours/accent-pink/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private: true
<div class="tna-blockquote__quote">
<p>A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.</p>
</div>
<p class="tna-blockquote__author">Douglas Adams, <a href="#">Mostly Harmless</a></p>
<p class="tna-blockquote__citation">Douglas Adams, <a href="#">Mostly Harmless</a></p>
</blockquote>
<div class="tna-button-group">
<a href="#" class="tna-button" role="button">Primary button</a>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/colours/accent-yellow/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private: true
<div class="tna-blockquote__quote">
<p>A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.</p>
</div>
<p class="tna-blockquote__author">Douglas Adams, <a href="#">Mostly Harmless</a></p>
<p class="tna-blockquote__citation">Douglas Adams, <a href="#">Mostly Harmless</a></p>
</blockquote>
<div class="tna-button-group">
<a href="#" class="tna-button" role="button">Primary button</a>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/typography/blockquote/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ private: true
<div class="tna-blockquote__quote">
<p>A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.</p>
</div>
<p class="tna-blockquote__author">Douglas Adams, Mostly Harmless</p>
<p class="tna-blockquote__citation">Douglas Adams, Mostly Harmless</p>
</blockquote>

0 comments on commit 6e96f3e

Please sign in to comment.