Yicong-Huang commented on code in PR #5151:
URL: https://github.com/apache/texera/pull/5151#discussion_r3290021617
##########
frontend/src/app/app-routing.constant.ts:
##########
@@ -17,7 +17,7 @@
* under the License.
*/
-export const DASHBOARD = "/dashboard";
+export const DASHBOARD = "";
export const DASHBOARD_HOME = `${DASHBOARD}/home`;
export const DASHBOARD_ABOUT = `${DASHBOARD}/about`;
Review Comment:
rename all related variable names as well. for instance, simply `HOME` and
`ABOUT`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]