Skip to content

Commit

Permalink
Add link to odo.dev specific page
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Aug 2, 2023
1 parent dbe4125 commit 06a835c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ui/src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ div.tab-content { padding: 16px; }
div.error-message {
font-size: large;
margin: 16px;
}

.toplink {
color: white;
}
2 changes: 1 addition & 1 deletion ui/src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<mat-toolbar color="primary">
<span>Devfile Builder</span>
<span class="spacer"></span>
<span class="topright">Work in progress</span>
<span class="topright"><a href="https://odo.dev/docs/user-guides/advanced/using-gui/" target="_blank" class="toplink">Work in progress</a></span>
</mat-toolbar>
<main>

Expand Down

0 comments on commit 06a835c

Please sign in to comment.