Skip to content

Commit

Permalink
fix marketplace policy url
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJoom committed Mar 12, 2023
1 parent be2685e commit 4c27386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/common/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="col-lg-8 col-md-5 text-md-start text-sm-center mb-2">©Evolved-5G {{ now()->year }} | <small>{{ config('app.version') }}</small>
</div>

<div class="col-lg-4 col-md-4 text-md-end text-sm-center"><a href="{{ route('privacy-policy') }}"><b>Terms and Conditions & Privacy Policy</b></a></div>
<div class="col-lg-4 col-md-4 text-md-end text-sm-center"><a href="https://docs.google.com/document/d/1KRh0FJYKRkgoACg7ivITPIWoQ1A1KhAC/edit?usp=sharing&ouid=100983700907542471121&rtpof=true&sd=true" target="_blank"><b>Terms and Conditions & Privacy Policy</b></a></div>
</div>
</div>
</footer>
Expand Down

0 comments on commit 4c27386

Please sign in to comment.