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 = ({
129
129
} ;
130
130
131
131
/**
132
- * Overrides the history.pushState function to stop the NProgress bar
132
+ * Overrides the history.pushState function to stop the progress bar
133
133
* when navigating to a new page without a full page reload.
134
134
*/
135
135
const overridePushState = ( ) : void => {
@@ -141,7 +141,7 @@ const HolyLoader = ({
141
141
} ;
142
142
143
143
/**
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.
145
145
* It checks for various conditions to decide whether to start the progress bar or not.
146
146
*
147
147
* @param {MouseEvent } event The mouse event triggered by clicking an anchor tag.
You can’t perform that action at this time.
0 commit comments