Skip to content

Commit acbe567

Browse files
committed
fix: Add titles to navigation bar, change title for Viz 5.
1 parent b6c5bc2 commit acbe567

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/NavigationBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const vizItems = [
1111
{ id: 'section2', label: 'Safety record of airlines' },
1212
{ id: 'section3', label: 'Geographic distribution of crashes' },
1313
{ id: 'section4', label: 'Crashed flight routes around the world' },
14-
{ id: 'section5', label: 'Viz 5' },
15-
{ id: 'section6', label: 'Viz 6' },
14+
{ id: 'section5', label: 'Origin–destination flows' },
15+
{ id: 'section6', label: 'Predictive modeling of flights' },
1616
]
1717

1818
const bottomNavItems = [

src/components/Viz5.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ const Viz5: React.FC = () => {
349349
<div className="viz-container">
350350
<div className="paragraph">
351351
<p className="section-badge">/ Visualization 05</p>
352-
<h1 className="viz-title">Where crashes happen: origin–destination flows</h1>
352+
<h1 className="viz-title">Origin–destination flows: the most perilous routes</h1>
353353
<p>
354354
Each arc segment represents a city, country, or continent. The bright
355355
portion marks departures; the darker portion marks arrivals. Ribbon

0 commit comments

Comments
 (0)