Explorar o código

fix 'powered by pixelfed' link to be HTTPS

Viktor Szakats %!s(int64=3) %!d(string=hai) anos
pai
achega
275e711624
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/assets/js/components/Timeline.vue

+ 1 - 1
resources/assets/js/components/Timeline.vue

@@ -319,7 +319,7 @@
 									<a href="/site/terms" class="text-lighter pr-2">Terms</a>
 								</p>
 								<p class="mb-0 text-uppercase text-muted small">
-									<a href="http://pixelfed.org" class="text-lighter" rel="noopener" title="" data-toggle="tooltip">Powered by Pixelfed</a>
+									<a href="https://pixelfed.org" class="text-lighter" rel="noopener" title="" data-toggle="tooltip">Powered by Pixelfed</a>
 								</p>
 							</div>
 						</footer>