Skip to content

Commit

Permalink
chore: apply garden logo to demo pages (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzempel committed Dec 3, 2019
1 parent 939a701 commit 4fe363a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ addParameters({
theme: create({
brandTitle: 'React Containers',
brandUrl: 'https://zendeskgarden.github.io/',
brandImage: '../zendesk.svg',
brandImage: '../garden.svg',
fontBase: zdFontFamilySystem,
fontCode: zdFontFamilyMonospace
})
Expand Down
3 changes: 3 additions & 0 deletions demo/garden.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<nav class="c-nav">
<figure class="c-nav__logo">
<svg class="c-nav__logo__svg svg-square">
<use xlink:href="index.svg#zd-svg-icon-26-zendesk">
<use xlink:href="index.svg#zd-svg-icon-26-garden">
</svg>
</figure>
<div class="c-tab c-tab--block c-tab--main">
Expand All @@ -52,15 +52,15 @@
<figure class="c-header__logo">
<a class="u-fg-inherit" href="/">
<svg class="c-header__logo__svg svg-square">
<use xlink:href="index.svg#zd-svg-icon-26-zendesk">
<use xlink:href="index.svg#zd-svg-icon-26-garden">
</svg>
</a>
</figure>
<ul class="c-ctl c-ctl--header">
<li class="c-ctl__item u-position-relative">
<a class="c-menu-ctl c-header__menu js-menu" href="#settings">
<svg>
<use xlink:href="index.svg#zd-svg-icon-16-menu-stroke">
<use xlink:href="index.svg#zd-svg-icon-16-overflow-stroke">
</svg>
</a>
<div class="menu-container u-1/1" style="top: 100%">
Expand Down
2 changes: 1 addition & 1 deletion demo/index.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions demo/zendesk.svg

This file was deleted.

0 comments on commit 4fe363a

Please sign in to comment.