🎨 Minor prettification of bundleID for downloads

This commit is contained in:
2022-08-20 09:49:58 -07:00
parent 9bbf2efc3c
commit 8d114ff04d

View File

@@ -83,7 +83,7 @@ export const Downloads = (props: IDownloadsProps): ReactElement => {
<td>{bundle.name}</td> <td>{bundle.name}</td>
<td>{bundle.size}</td> <td>{bundle.size}</td>
<td>{bundle.type.str}</td> <td>{bundle.type.str}</td>
<td>{bundle.bundleId}</td> <td><span className="tag is-warning">{bundle.bundleId}</span></td>
</tr>) </tr>)
})} })}
</table> </table>