mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-01 20:54:10 +00:00
Merge pull request #1457 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
2c1cddda0b
2 changed files with 3 additions and 3 deletions
|
@ -57,8 +57,8 @@ ACTIVITYPUB_SHAREDINBOX=false
|
|||
# php artisan optimize
|
||||
|
||||
PF_COSTAR_ENABLED=false
|
||||
CS_BLOCKED_DOMAINS='example.org,example.net,example.com'
|
||||
CS_CW_DOMAINS='example.org,example.net,example.com'
|
||||
CS_BLOCKED_DOMAINS='gab.com,gab.ai,develop.gab.com'
|
||||
CS_CW_DOMAINS='switter.at'
|
||||
CS_UNLISTED_DOMAINS='example.org,example.net,example.com'
|
||||
|
||||
## Optional
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<p class="mb-0 font-weight-bold text-lighter small">By signing up, you agree to our <a href="/site/terms" class="text-muted">Terms of Use</a> and <a href="/site/privacy" class="text-muted">Privacy 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>
|
||||
@else
|
||||
<div style="min-height: 350px" class="d-flex justify-content-center align-items-center">
|
||||
|
|
Loading…
Reference in a new issue