We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cb9c0 commit e1b3a10Copy full SHA for e1b3a10
src/components/navigations/breadcrumb/home.tsx
@@ -15,7 +15,7 @@ export function HomeBreadcrumb() {
15
to="/"
16
onAuxClick={whatIsThis()}
17
>
18
- Home
+ Go To Current Alerts
19
</Link>
20
</BreadcrumbLink>
21
</BreadcrumbItem>
src/routes/-index/-header-navigation.tsx
@@ -10,7 +10,7 @@ export function HeaderNavigation() {
10
<Breadcrumb>
11
<BreadcrumbList>
12
<BreadcrumbItem>
13
- <BreadcrumbPage>Home</BreadcrumbPage>
+ <BreadcrumbPage>Go To Current Alerts</BreadcrumbPage>
14
</BreadcrumbList>
</Breadcrumb>
0 commit comments