Skip to content

Commit

Permalink
Add some clicky icons, bump to 0.9.99
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Oct 25, 2022
1 parent 27bb691 commit 78f07e6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsg-mod-assistant",
"version": "0.9.85",
"version": "0.9.99",
"description": "FSG Farm Sim Mod Assistant",
"main": "modAssist_main.js",
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",
Expand Down
Binary file added renderer/img/discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added renderer/img/fsg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 18 additions & 4 deletions renderer/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,24 @@ <h2 class="ps-2 mastHead"><l10n name="app_name"></l10n> <l10n class="ver" name="
</div>
</main>

<footer class="footer fixed-bottom mt-auto py-2 bg-dark small" id="main-footer">
<div class="container text-center">
<l10n class="text-white-50" name="latest_version_link_blurb"></l10n> <a target="_blank" class="text-white-50" href="https://github.com/FSGModding/FSG_Mod_Assistant/releases">github.com/FSGModding/FSG_Mod_Assistant</a>
<a class="text-white-50" style="cursor: pointer" onclick="mods.debugLog()">[<l10n name="open_debug_log"></l10n>]</a>
<footer class="footer fixed-bottom mt-auto bg-dark small" id="main-footer">
<div class="container-fluid text-center">
<div class="row">
<div class="col-2 align-self-center">
<a target="_blank" href="https://www.farmsimgame.com/">
<img src="img/fsg.png" style="height: 50px" class="img-fluid">
</a>
</div>
<div class="col align-self-center">
<l10n class="text-white-50" name="latest_version_link_blurb"></l10n> <a target="_blank" class="text-white-50" href="https://github.com/FSGModding/FSG_Mod_Assistant/releases">github.com/FSGModding/FSG_Mod_Assistant</a>
<a class="text-white-50" style="cursor: pointer" onclick="mods.debugLog()">[<l10n name="open_debug_log"></l10n>]</a>
</div>
<div class="col-2 align-self-center">
<a target="_blank" href="https://discord.gg/NxrDJYNC7Q">
<img src="img/discord.png" class="img-fluid">
</a>
</div>
</div>
</div>
</footer>

Expand Down

0 comments on commit 78f07e6

Please sign in to comment.