diff --git a/README.md b/README.md index 9b79fb2..bb2b0ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kanban Board Component for Oracle APEX -![Preview](https://raw.githubusercontent.com/orblgc/oracle-apex-kanban-board/refs/heads/main/preview.png) +![Preview](https://raw.githubusercontent.com/orblgc/oracle-apex-kanban-board/refs/heads/main/kanbanpreview.png) This Kanban Board component is inspired by the **Material Kanban Board Plugin**, using it as a UI (HTML-CSS) reference. You can see the inspired plugin [here](https://github.com/McRange/Material-Kanban-Board). diff --git a/apexplugin.json b/apexplugin.json index b6f23a7..7df72f1 100644 --- a/apexplugin.json +++ b/apexplugin.json @@ -26,7 +26,7 @@ "internalName": "KANBAN_BOARD", "type": "template component", "demo": "https://apex.oracle.com/pls/apex/r/ordibu/demo/login", - "previewImage": "https://raw.githubusercontent.com/orblgc/oracle-apex-kanban-board/refs/heads/main/preview.png" + "previewImage": "https://raw.githubusercontent.com/orblgc/oracle-apex-kanban-board/refs/heads/main/kanbanpreview.png" } } }