Skip to content

Commit

Permalink
minor text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marthevienne committed Dec 19, 2024
1 parent 36eda04 commit bf8ac26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default function TrackedVesselExcursion({
<SidebarExpander.Content>
<div className="flex w-full flex-col">
<TrackedVesselMetric
title="Total time fishing"
title="Total time at sea"
value={metrics.totalTimeAtSea}
unit="time"
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/config/site.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export type SiteConfig = typeof siteConfig

export const siteConfig = {
name: "TrawlWatch",
name: "Trawl Watch",
description: "",
mainNav: [
{
Expand Down

0 comments on commit bf8ac26

Please sign in to comment.