Преглед изворни кода

Update register.blade.php

Change # placeholder for Terms of Use and Privacy Policy links into direct links
okpierre пре 6 година
родитељ
комит
c620ffdd68
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>
                                 </button>
                             </div>
                             </div>
                         </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>
                     </form>
                 </div>
                 </div>
             </div>
             </div>