Skip to content

Commit

Permalink
fix: rename project
Browse files Browse the repository at this point in the history
Signed-off-by: Ned Zimmerman <[email protected]>
  • Loading branch information
greatislander committed Aug 28, 2024
1 parent 05e6abd commit 7884ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_includes/design-system/sidebar.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="ds__sidebar ds-flow--xs">
<h1 class="ds-title">
<a href="/">Inclusive Design Guide Design System</a>
<a href="/">We Count Design System</a>
</h1>

<ul role="list">
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ renderData.title or title }} - Inclusive Design Guide Design System</title>
<title>{{ renderData.title or title }} - We Count Design System</title>
<meta property="og:type" content="website" />
<script>document.documentElement.className = document.documentElement.className.replace("no-js", "js");</script>
{% block head %}{% endblock %}
Expand Down

0 comments on commit 7884ce6

Please sign in to comment.