Skip to content

Commit

Permalink
Merge pull request #538 from zendesk/mbien/service-catalog-core-pages
Browse files Browse the repository at this point in the history
Service catalog core pages
  • Loading branch information
gosiexon-zen authored Nov 14, 2024
2 parents 3dd7d4c + 5bc1500 commit 30dcab4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/service-catalog-bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const ServiceCatalogListItem = ({
serviceItem: ServiceCatalogItem;
}) => {
return (
<ItemContainer href="/hc/en-us/p/service_catalog_item">
<ItemContainer href="/hc/en-us/services/123456">
<IconContainer>
<ShapesIcon />
</IconContainer>
Expand Down
2 changes: 1 addition & 1 deletion templates/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<nav class="user-nav" id="user-nav" aria-label="{{t 'user_navigation'}}">
<ul class="user-nav-list">
<li>{{link 'community'}}</li>
<li><a href="/hc/en-us/p/service_catalog">Request a service</a></li>
<li><a href="/hc/en-us/services">Request a service</a></li>
<li>{{link 'new_request' class='submit-a-request'}}</li>
{{#unless signed_in}}
<li>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 30dcab4

Please sign in to comment.