@@ -108,7 +108,7 @@ const LogSection: React.FC<Props> = ({
if (minor < 1) {
return false;
}
- if (patch < 3) {
+ if (patch <= 3) {
return true;
@@ -124,7 +124,7 @@ const Log = styled.div`
const LogInnerPill = styled.div<{ color: string }>`
display: inline-block;
vertical-align: middle;
- width: 100px;
+ width: 120px;
padding: 0px 5px;
height: 20px;
color: black;