I have a display suggestion:
When deploying a new version linked to GitHub, the commit name is truncated (see attached screenshot). It would be enough to increase the max-width on:
<span class="ml-2 align-bottom inline-block truncate max-w-[25rem]">
for exemple 75rem
This way, it would allow the commit name to be fully readable (or at least a larger portion of it).