Skip to content

Commit

Permalink
Make multi-blast workspace heading consistent with user-datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Nov 13, 2024
1 parent 298457c commit 93a25dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/libs/multi-blast/src/lib/components/BlastWorkspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function BlastWorkspace(props: Props) {
const {
helpPageUrl,
workspaceUrl,
workspaceHeading = 'BLAST',
workspaceHeading = 'My BLAST Jobs',
workspaceShortName = 'BLAST',
submitButtonText = 'BLAST',
} = props;
Expand All @@ -41,12 +41,12 @@ export function BlastWorkspace(props: Props) {
routeBase={workspaceUrl}
items={[
{
display: 'New job',
route: '/new',
display: 'All',
route: '/all',
},
{
display: 'My jobs',
route: '/all',
display: 'New job',
route: '/new',
},
{
display: 'Help',
Expand Down

0 comments on commit 93a25dd

Please sign in to comment.