소스 검색

Merge pull request #1 from okpierre/register-blade

Update register.blade.php
okpierre 6 년 전
부모
커밋
3c1ba317da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/auth/register.blade.php

+ 1 - 1
resources/views/auth/register.blade.php

@@ -82,7 +82,7 @@
                                 </button>
                             </div>
                         </div>
-                        <p class="mb-0 font-weight-bold text-muted">By signing up, you agree to our <a href="#">Terms</a>, <a href="#">Data Policy</a> and <a href="#">Cookies Policy</a>.</p>
+                        <p class="mb-0 font-weight-bold text-lighter small">By signing up, you agree to our <a href="{{route('site.terms')}}" class="text-muted">Terms of Use</a> and <a href="{{route('site.privacy')}}" class="text-muted">Privacy Policy</a>.</p>
                     </form>
                 </div>
             </div>