Browse Source

Merge pull request #3 from pixelfed/frontend-ui-refactor

Sync Frontend ui refactor to June 22
okpierre 6 years ago
parent
commit
0990bb9c35
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/Follower.php
  2. 1 1
      resources/views/auth/register.blade.php

+ 1 - 1
app/Follower.php

@@ -10,7 +10,7 @@ class Follower extends Model
     protected $fillable = ['profile_id', 'following_id', 'local_profile'];
 
     const MAX_FOLLOWING = 7500;
-    const FOLLOW_PER_HOUR = 20;
+    const FOLLOW_PER_HOUR = 30;
 
     public function actor()
     {

+ 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>