We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3bc90 commit 1acfa48Copy full SHA for 1acfa48
apps/components_guide_web/lib/components_guide_web/templates/layout/app.html.eex
@@ -15,7 +15,7 @@
15
<%= render @view_module, @view_template, assigns %>
16
</main>
17
<footer class="container pt-4 pb-6 text-gray-600">
18
- <p><small>Copyright © 2019 Patrick Smith</small></p>
+ <p><small>Copyright © 2020 Patrick Smith</small></p>
19
</footer>
20
<script type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>
21
</body>
0 commit comments