Skip to content

Commit 25f2a5d

Browse files
committed
Remove duplicate copyright information
1 parent 8491e27 commit 25f2a5d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

tbx/project_styleguide/templates/patterns/organisms/footer/footer.html

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
{% wagtailcache 600 "footerlinks" current_site.pk is_pattern_library %}
1515
{% footerlinks %}
1616
{% endwagtailcache %}
17-
<p class="footer__copyright">© Torchbox {% now "Y" %}</p>
1817

1918
<ul class="footer__socials">
2019
<li>

tbx/static_src/sass/components/_footer.scss

-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
}
3636
}
3737

38-
&__copyright {
39-
margin: $spacer-mini 0 0;
40-
}
41-
4238
&__socials {
4339
display: flex;
4440
gap: $spacer-mini * 2;

0 commit comments

Comments
 (0)