Skip to content

Commit 1acfa48

Browse files
committed
Copyright 2020
1 parent 4b3bc90 commit 1acfa48

File tree

1 file changed

+1
-1
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/layout

1 file changed

+1
-1
lines changed

apps/components_guide_web/lib/components_guide_web/templates/layout/app.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<%= render @view_module, @view_template, assigns %>
1616
</main>
1717
<footer class="container pt-4 pb-6 text-gray-600">
18-
<p><small>Copyright © 2019 Patrick Smith</small></p>
18+
<p><small>Copyright © 2020 Patrick Smith</small></p>
1919
</footer>
2020
<script type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>
2121
</body>

0 commit comments

Comments
 (0)