Skip to content

Commit

Permalink
Add time
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpigford committed Nov 12, 2024
1 parent 2ae708e commit 186ac3d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
</div>

<div class="flex flex-col gap-2">
<p class="text-sm text-gray-500">Exchange Rate</p>
<p class="text-sm text-gray-500 mb-0 leading-none">Exchange Rate</p>
<p class="text-xs text-gray-400 mt-0 mb-1 leading-none italic">as of <%= Time.current.strftime("%B %d, %Y at %-I:%M %p") %></p>
<p class="text-base">
<img src="https://hatscripts.github.io/circle-flags/flags/<%= tool.from_currency[0..1].downcase %>.svg"
alt="<%= tool.from_currency %>"
Expand Down

0 comments on commit 186ac3d

Please sign in to comment.