Skip to content

Commit

Permalink
Add BETA in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
luisiceberg9 committed Mar 11, 2021
1 parent 00eff49 commit cc5cc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sections/footer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
{%- endif -%}

<div class="grid__item small--one-whole {{ copyright_show_class }} site-footer-item-align-right">
<small class="site-footer__copyright-content">&copy; {{ 'now' | date: "%Y" }}, {{ shop.name | link_to: routes.root_url }}</small>
<small class="site-footer__copyright-content">&copy; {{ 'now' | date: "%Y" }}, {{ shop.name | link_to: routes.root_url }} BETA</small>
<small class="site-footer__copyright-content site-footer__copyright-content--powered-by">{{ powered_by_link }}</small>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion sections/header.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</noscript>
</a>
{% else %}
<a class="site-header__logo-link" href="{{ routes.root_url }}">{{ shop.name }} BETA</a>
<a class="site-header__logo-link" href="{{ routes.root_url }}">{{ shop.name }}</a>
{% endif %}
{% if request.page_type == 'index' %}
</h1>
Expand Down

0 comments on commit cc5cc60

Please sign in to comment.