Commit 26a8fd24 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: progress bar

parent 2095d4ab
......@@ -318,7 +318,7 @@
<div class="w-full rounded-full bg-gray-800">
<div
class="bg-gray-600 text-xs font-medium text-blue-100 text-center p-0.5 leading-none rounded-full"
style="width: {Math.max(10, pullProgress)}%"
style="width: {Math.max(15, pullProgress)}%"
>
{pullProgress}%
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment