Skip to content

Commit

Permalink
chore: fix made by year
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Mar 22, 2019
1 parent 25e1459 commit 409acfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Epicmax LLC
Copyright (c) 2019 Epicmax LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/components/admin/AppLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<router-view/>
</main>
<span slot="footer">
©2018. Made by&nbsp;<a href="https://epicmax.co" target="_blank"> Epicmax</a>
©2019. Made by&nbsp;<a href="https://epicmax.co" target="_blank"> Epicmax</a>
</span>
</vuestic-layout>
</template>
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/404-pages/MadeByComponent.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="made-by-component text--center pb-3">
<span>
©2018. Made by
©2019. Made by
<a href="https://epicmax.co">Epicmax</a>
</span>
</div>
Expand Down

0 comments on commit 409acfa

Please sign in to comment.