Skip to content

Commit

Permalink
Small icon key label change
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielrindlaub committed Sep 18, 2024
1 parent 6c5f7e2 commit 47804d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/cameras/CameraList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ const CameraList = ({ cameras, handleSaveDepClick, handleDeleteDepClick }) => {
{filteredCameras.length === 0 && <NoCamerasFound>No cameras found.</NoCamerasFound>}
</StyledCameraList>
<IconKey>
<strong style={{ marginRight: '2px' }}>Icon Key: </strong>
<strong style={{ marginRight: '2px' }}>Key: </strong>
<Camera size={14} />{' '}
<a
href="https://docs.animl.camera/getting-started/structure-concepts-and-terminology#cameras"
Expand Down

0 comments on commit 47804d0

Please sign in to comment.