Skip to content

Commit

Permalink
Merge pull request #595 from gagan-suie/dev
Browse files Browse the repository at this point in the history
Fix: added link to footer copyright
  • Loading branch information
gagansuie authored Jul 8, 2023
2 parents a389e42 + 1f1796e commit a8dc3e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/components/Global/DrawerMain.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@
<IconSocialTwitter />
</a>
</div>
<p>Code Crow © 2023</p>
<p>
<a href="https://codecrow.io" target="_blank" class="link link-hover">Code Crow © 2023</a>
</p>
<p class="text-gray-500">
v{__VERSION__} [{env.PUBLIC_ENV === 'production' ? 'beta' : env.PUBLIC_ENV}]
</p>
Expand Down

0 comments on commit a8dc3e5

Please sign in to comment.