more flavor.

This commit is contained in:
24c02 2025-01-04 00:08:11 -05:00
parent 572ebb5fbd
commit 0b1e7c8803
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@
<div class="footer">
<div class="footer-text">
<% if @internal %>
<p><%= ["don't do anything i wouldn't do", "agent 47! welcome!", "i ship it :3"].sample %></p>
<span class="internal" style="padding: 4px !important;"><%= ENV['STATIC_BUILD'] ? "i'm kind of like if shipments had a viewer" : ["don't do anything i wouldn't do", "agent 47! welcome!", "i ship it :3", "i'm kind of like if shipments had a viewer", '🎶 "shipment viewer", definition: views some hack club mailings 🎵', "to continue using, please #{%w(meow bark woof nya~ scream).sample} as loudly as you can.", 'if a package is from us does that make it a hackage?'].sample %></span>
<% end %>
<p>with <3 from <a target="_blank" href="https://hackclub.com/">Hack Club</a>! open-source'd&nbsp@&nbsp<a target="_blank" href="https://github.com/hackclub/shipment-viewer">hackclub/shipment-viewer</a>&nbsp<i class="fa-brands fa-github"></i> (<%= footer_commit %>)</p>
</div>

View file

@ -3,4 +3,4 @@ mkdir -p build
cp -r app/public/* build
bundle config set --local without serve
bundle install
APP_ENV=development ruby app/build.rb
APP_ENV=development STATIC_BUILD=yep ruby app/build.rb