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

Sync Frontend ui refactor to June 22
This commit is contained in:
okpierre 2019-06-23 12:50:30 -04:00 committed by GitHub
commit 0990bb9c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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