Skip to content

Commit

Permalink
a.1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBorgProgramming committed Jul 20, 2023
1 parent dad0e83 commit 53c51d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@

<div class="column " style="color: #fff;">
<h4>Change Log:</h4>
<p> <span style="font-weight: bold;">a1.8.2 | 7/19/23</span> Added Text coordinate options | Implemented drop downs to clean up UI</p
<p> <span style="font-weight: bold;">a1.8.1 (Index update: 1.1.0) | 7/19/23</span> Updated template index and added new categories</p
<p> <span style="font-weight: bold;">a1.8.3 | 7/19/23</span> Bug fix</p>
<p> <span style="font-weight: bold;">a1.8.2 | 7/19/23</span> Added Text coordinate options | Implemented drop downs to clean up UI</p>
<p> <span style="font-weight: bold;">a1.8.1 (Index update: 1.1.0) | 7/19/23</span> Updated template index and added new categories</p>
<p> <span style="font-weight: bold;">a1.8.1 | 7/19/23</span> Added Textura and Open Dyslexic fonts</p>
<p> <span style="font-weight: bold;">a1.8.0 | 7/19/23</span> Restructured meme content nesting (A complex bug fix for sizing and font control)</p>
<p> <span style="font-weight: bold;">a1.7.1 | 7/19/23</span> Corrected spelling</p>
Expand Down
4 changes: 2 additions & 2 deletions mememaker_twolinetext.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@
<input class="input" type="text" name="text X" id="textxinput" placeholder="X Coordinates">

</div>
<div class="column">
<!--<div class="column">
<p>Bottom Text</p>
<input class="input" type="text" name="text Y" id="textyinput" placeholder="Y Coordinates">
<input class="input" type="text" name="text X" id="textxinput" placeholder="X Coordinates">
</div>
</div>-->
<button class="button" onclick="setpo()">Set Position</button>

</div>
Expand Down

0 comments on commit 53c51d3

Please sign in to comment.