From e60b96521498e64c07593a7845692cdbd1e42c0e Mon Sep 17 00:00:00 2001 From: Vidit Kushwaha <120644015+Vidit-Kushwaha@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:38:13 +0000 Subject: [PATCH] rename component name from model to modal Signed-off-by: Vidit Kushwaha <120644015+Vidit-Kushwaha@users.noreply.github.com> --- gatsby-node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-node.js b/gatsby-node.js index cc4f9f784d3c..bf4defcd9504 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -726,7 +726,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => { const components = [ "button", "text-input", - "model", + "modal", "paper", "popper", "text-field",