Add standards legend to calculator page
All checks were successful
Build and Push Docker Images / docker (push) Successful in 2m21s
All checks were successful
Build and Push Docker Images / docker (push) Successful in 2m21s
- Import and integrate StandardsLegend component - Place below calculator form as expandable dropdown - Provides education on Wren's certification standards before checkout
This commit is contained in:
parent
f0a3b4b203
commit
ab096c6878
@ -4,6 +4,7 @@ import { useState } from 'react';
|
||||
import { TripCalculator } from '../src/components/TripCalculator';
|
||||
import { QRCalculatorLoader } from '../src/components/QRCalculatorLoader';
|
||||
import { OffsetOrder } from '../src/components/OffsetOrder';
|
||||
import { StandardsLegend } from './StandardsLegend';
|
||||
import { useHasQRData } from '../src/hooks/useQRDecoder';
|
||||
import type { VesselData } from '../src/types';
|
||||
|
||||
@ -73,6 +74,11 @@ export function CalculatorClient() {
|
||||
onOffsetClick={handleOffsetClick}
|
||||
/>
|
||||
)}
|
||||
|
||||
{/* Standards Legend - Learn about Wren's offset standards */}
|
||||
<div className="w-full">
|
||||
<StandardsLegend />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user