revert changes to AboutCard.tsx
Signed-off-by: Aizat Faiz <aizat.faiz@gmail.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user