Skip to content

Commit

Permalink
Merge branch 'release/2024.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcfarland committed Jun 10, 2024
2 parents 3199d21 + b0a2bab commit fea4a17
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pc-datacatalog",
"version": "2024.2.0",
"version": "2024.2.1",
"private": true,
"proxy": "http://api:7071/",
"dependencies": {
Expand Down
3 changes: 0 additions & 3 deletions src/components/Header/Header.Bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ export const HeaderBar: React.FC = () => {
<HeaderLink isNav to="/catalog">
Data Catalog
</HeaderLink>
<HeaderLink external to="/compute">
Hub
</HeaderLink>
<HeaderLink isNav to="/applications">
Applications
</HeaderLink>
Expand Down
3 changes: 0 additions & 3 deletions src/components/Header/Header.Overflow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ export const HeaderOverflow: React.FC = () => {
<HeaderLink align="start" isNav to="/catalog">
Data Catalog
</HeaderLink>
<HeaderLink align="start" external to="/compute">
Hub
</HeaderLink>
<HeaderLink align="start" isNav to="/applications">
Applications
</HeaderLink>
Expand Down

0 comments on commit fea4a17

Please sign in to comment.