Skip to content

Commit

Permalink
Use ODI's contact us page instead of /contact-us
Browse files Browse the repository at this point in the history
  • Loading branch information
zakiya committed Dec 29, 2023
1 parent 54d29db commit 17f48e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion components/page-feedback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The page feedback component is intended to:

## When and how to use it

We're still working on training and data services that supports the page feedback component. If you're interested in using page feedback, [reach out through the Contact us page](/contact-us). We'd like to hear more about your needs as we work on these services.
We're still working on training and data services that supports the page feedback component. If you're interested in using page feedback, [reach out through our Contact us page](https://innovation.ca.gov/contact-us/). We'd like to hear more about your needs as we work on these services.

### How not to use it

Expand Down
2 changes: 1 addition & 1 deletion components/statewide-header/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It includes:

The statewide header is a required Design System component. Place it at the top of the website, above the department branding (site header) and all other content.

If you want to include a translation widget in the statewide header, [reach out through our Contact us page](/contact-us) to find out how you can do so.
If you want to include a translation widget in the statewide header, [reach out through our Contact us page](https://innovation.ca.gov/contact-us/) to find out how you can do so.

### How not to use it

Expand Down
2 changes: 0 additions & 2 deletions docs/pages/technical-approach.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Some things we want to include in our next phase are:
* More robust accessibility testing
* Standardized file names across components

Learn how to [contribute or tell us your ideas](/contact-us/).

## Component installation

The Design System components are individual packages that you can download. Each component has README instructions for how to install it.
Expand Down
18 changes: 5 additions & 13 deletions docs/site/_includes/site-navigation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<strong class="expanded-menu-section-header"><a class="expanded-menu-section-header-link js-event-hm-menu" href="/principles/">Principles</a></strong>
</div>
</div>

<div class="expanded-menu-col js-cagov-navoverlay-expandable">
<div class="expanded-menu-section">
<strong class="expanded-menu-section-header">
Expand All @@ -56,7 +56,7 @@
</button>
</strong>
<div class="expanded-menu-dropdown" id="menu1-links">
<a class="expanded-menu-dropdown-link js-event-hm-menu" href="/style/content/" tabindex="-1">Content style guide</a>
<a class="expanded-menu-dropdown-link js-event-hm-menu" href="/style/content/" tabindex="-1">Content style guide</a>
<a class="expanded-menu-dropdown-link js-event-hm-menu" href="/style/design/" tabindex="-1">Design style guide</a>
<a class="expanded-menu-dropdown-link js-event-hm-menu" href="/style/tokens/" tabindex="-1">Design tokens</a>
</div>
Expand All @@ -82,25 +82,17 @@
</button>
</strong>
<div class="expanded-menu-dropdown" id="menu2-links">
<a class="expanded-menu-dropdown-link js-event-hm-menu" href="/components/" tabindex="-1">All components</a>
<a class="expanded-menu-dropdown-link js-event-hm-menu" href="/components/" tabindex="-1">All components</a>
<a class="expanded-menu-dropdown-link js-event-hm-menu" href="/why-web-components/" tabindex="-1">Why web components</a>
</div>
</div>
</div>

<div class="expanded-menu-col js-cagov-navoverlay-expandable">
<div class="expanded-menu-section">
<strong class="expanded-menu-section-header"><a class="expanded-menu-section-header-link js-event-hm-menu" href="/about/">About</a></strong>
</div>
</div>

{#
<div class="expanded-menu-col js-cagov-navoverlay-expandable">
<div class="expanded-menu-section">
<strong class="expanded-menu-section-header"><a class="expanded-menu-section-header-link js-event-hm-menu" href="/contact-us/">Support</a></strong>
</div>
</div>
#}

{% if env.dev %}
<div class="expanded-menu-col js-cagov-navoverlay-expandable">
Expand Down Expand Up @@ -132,4 +124,4 @@
</div>
</nav>
</div>
</cagov-site-navigation>
</cagov-site-navigation>

0 comments on commit 17f48e2

Please sign in to comment.