Skip to content

Commit e7ff0f6

Browse files
committed
removing the logo component for now
1 parent 9f7370b commit e7ff0f6

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

_component/logo/index.md

-8
This file was deleted.

_component/testimonial/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Testimonial
33
layout: component
44
path_slug: testimonial
55
category: content
6-
iframe_height: medium
6+
iframe_height: small
77
---
88

99
<iframe {% if page.iframe_height %}class="h-{{ page.iframe_height }}"{% endif %} src="{{ site.baseurl }}/component/{{ page.path_slug }}/example.html"></iframe>

_site/component/testimonial/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h4>Twig</h4>
134134
<h1>Testimonial</h1>
135135

136136

137-
<iframe class="h-medium" src="/component-library/component/testimonial/example.html"></iframe>
137+
<iframe class="h-small" src="/component-library/component/testimonial/example.html"></iframe>
138138

139139
<h2 id="advanced-custom-fields">Advanced Custom Fields</h2>
140140
<p>If working with ACF, you will want to utilize the following fields:</p>

0 commit comments

Comments
 (0)