File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ const HolyLoader = ({
129129 } ;
130130
131131 /**
132- * Overrides the history.pushState function to stop the NProgress bar
132+ * Overrides the history.pushState function to stop the progress bar
133133 * when navigating to a new page without a full page reload.
134134 */
135135 const overridePushState = ( ) : void => {
@@ -141,7 +141,7 @@ const HolyLoader = ({
141141 } ;
142142
143143 /**
144- * Handles click events on anchor tags, starting the NProgress bar for page navigation.
144+ * Handles click events on anchor tags, starting the progress bar for page navigation.
145145 * It checks for various conditions to decide whether to start the progress bar or not.
146146 *
147147 * @param {MouseEvent } event The mouse event triggered by clicking an anchor tag.
You can’t perform that action at this time.
0 commit comments