Skip to content

Commit

Permalink
example :: renamed 'Color Bar' to 'colorbar'
Browse files Browse the repository at this point in the history
  • Loading branch information
lscoder committed Oct 25, 2023
1 parent 2124eec commit ebb8590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tools/examples/colorbar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ const viewportsInfo = [

// ======== Set up page ======== //
setTitleAndDescription(
'Color Bar',
'Interactive color bar that can be used to manipulate the VOI'
'Colorbar',
'Interactive colorbar that can be used to manipulate the VOI'
);

const content = document.getElementById('content');
Expand Down

0 comments on commit ebb8590

Please sign in to comment.