Skip to content

Commit

Permalink
🎨 Minor prettification of bundleID for downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
rishighan committed Aug 20, 2022
1 parent 9bbf2ef commit 8d114ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/Downloads/Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const Downloads = (props: IDownloadsProps): ReactElement => {
<td>{bundle.name}</td>
<td>{bundle.size}</td>
<td>{bundle.type.str}</td>
<td>{bundle.bundleId}</td>
<td><span className="tag is-warning">{bundle.bundleId}</span></td>
</tr>)
})}
</table>
Expand Down

0 comments on commit 8d114ff

Please sign in to comment.