revert changes to AboutCard.tsx

Signed-off-by: Aizat Faiz <aizat.faiz@gmail.com>
This commit is contained in:
Aizat Faiz
2024-01-18 10:49:09 +08:00
parent 976612c68a
commit c2108f7581
@@ -166,7 +166,7 @@ export function AboutCard(props: AboutCardProps) {
const subHeaderLinks = [viewInSource, viewInTechDocs];
if (isTemplateEntityV1beta3(entity)) {
const Icon = app.getSystemIcon('kind:template') ?? CreateComponentIcon;
const Icon = app.getSystemIcon('scaffolder') ?? CreateComponentIcon;
const launchTemplate: IconLinkVerticalProps = {
label: 'Launch Template',