Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/marketing-navigation/MarketingNavigation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<div class="tc-universal-nav-wrap">
<!-- <Banner /> -->
<Maintenance />
<!-- <Maintenance /> -->
<NavigationBar
activeRoutePath={activeRoute}
activeRoute={primaryRoute}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/tool-navigation/ToolNavigation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
onMount(checkAndLoadFonts)
</script>

<Maintenance />
<!-- <Maintenance /> -->

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ maintainability]
Commenting out the <Maintenance /> component instead of removing it might lead to confusion in the future. If this component is no longer needed, consider removing it entirely to improve maintainability.

<TopNavbar class={classnames(styles.navbar, 'tc-universal-nav-wrap')} style="primary" minVersionLogo>
{#if $isMobile}
<MobileNavigation
Expand Down