From f1c17f6aabb925b54689db09375748d448e65adf Mon Sep 17 00:00:00 2001 From: Ahmad Jad Alhak Date: Sun, 3 Nov 2024 12:16:07 +0100 Subject: [PATCH] update image link --- .../index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/post/building-a-React-QuickView-in-Adaptive-Card-Extensions-A-Step-by-Step-Guide/index.md b/content/post/building-a-React-QuickView-in-Adaptive-Card-Extensions-A-Step-by-Step-Guide/index.md index afbb32fb9d..6f3e4b4fdf 100644 --- a/content/post/building-a-React-QuickView-in-Adaptive-Card-Extensions-A-Step-by-Step-Guide/index.md +++ b/content/post/building-a-React-QuickView-in-Adaptive-Card-Extensions-A-Step-by-Step-Guide/index.md @@ -136,11 +136,11 @@ public get template(): ISPFxAdaptiveCard { 8. Add a render() method Since you're now using **React** for rendering, add the `render()` method to your class. This method will throw an error for now, indicating the method is not yet implemented. - -![](https://cdn.hashnode.com/res/hashnode/image/upload/v1728222864140/9db40234-6d3c-4a4b-9e29-2dabadbe8792.png align="center") +![impelement inherited abstract class](images/card-view.png) + -After impelemeting inferited abstrct class +After impelemeting inherited abstrct class ```typescript import { BaseWebQuickView} from '@microsoft/sp-adaptive-card-extension-base';