Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
qualityshepherd committed Nov 18, 2023
1 parent db84cc4 commit 16df8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/rando.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const rando = {
<img src="${iconUrl}" alt="${weather}" class="dim" title="${weather}" />
<div class="small">${severity} ${weather}</div>
<img src="${await r.arrow()}" class="dim" title="direction or hit location" />
<div class="header dim">${await r.yesOrNo()}</div>
<div class="header dim" title="ask a question">${await r.yesOrNo()}</div>
</symbols>
</right>
Expand Down Expand Up @@ -58,7 +58,7 @@ const rando = {
<footer>
<div class="dim">
<b>RANDO</b> is a random generator for running TTRPGs
<br>written by <a href="https://brine.dev"><b>brine</b></a>
<br>by <a href="https://brine.dev"><b>brine</b></a>
</div>
</footer>
`
Expand Down

0 comments on commit 16df8f3

Please sign in to comment.