Feat: Improve Certificaet Info Display

This commit is contained in:
Nelson Chan
2021-10-01 18:44:32 +08:00
parent 2aaed66b38
commit 13bdfefa9d
7 changed files with 215 additions and 103 deletions

View File

@@ -30,6 +30,8 @@ import {
faUpload,
faCopy,
faCheck,
faFileContract,
faLink,
} from "@fortawesome/free-solid-svg-icons";
library.add(
@@ -59,6 +61,8 @@ library.add(
faUpload,
faCopy,
faCheck,
faFileContract,
faLink,
);
export { FontAwesomeIcon };