We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36eda04 commit bf8ac26Copy full SHA for bf8ac26
frontend/components/core/left-panel/tracked-vessel/tracked-vessel-excursion.tsx
@@ -157,7 +157,7 @@ export default function TrackedVesselExcursion({
157
<SidebarExpander.Content>
158
<div className="flex w-full flex-col">
159
<TrackedVesselMetric
160
- title="Total time fishing"
+ title="Total time at sea"
161
value={metrics.totalTimeAtSea}
162
unit="time"
163
/>
frontend/config/site.ts
@@ -1,7 +1,7 @@
1
export type SiteConfig = typeof siteConfig
2
3
export const siteConfig = {
4
- name: "TrawlWatch",
+ name: "Trawl Watch",
5
description: "",
6
mainNav: [
7
{
0 commit comments